mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 06:14:21 +01:00
feat: Add new ui package folder to test internal imports
This commit is contained in:
3
.github/workflows/android-build.yml
vendored
3
.github/workflows/android-build.yml
vendored
@@ -59,6 +59,9 @@ jobs:
|
||||
- name: Install app dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build Submodules
|
||||
run: pnpm run build-submodules
|
||||
|
||||
- name: Build SolidJS app
|
||||
env:
|
||||
VITE_NETWORK: signet
|
||||
|
||||
7
.github/workflows/code-quality.yml
vendored
7
.github/workflows/code-quality.yml
vendored
@@ -47,9 +47,12 @@ jobs:
|
||||
- name: Step One - Check Code Formatting
|
||||
run: pnpm run check-format
|
||||
|
||||
- name: Step Two - Check Lint Errors
|
||||
- name: Step Two - Build Submodules
|
||||
run: pnpm run build-submodules
|
||||
|
||||
- name: Step Three - Check Lint Errors
|
||||
run: pnpm run eslint
|
||||
|
||||
- name: Step Three - Check Type Check Errors
|
||||
- name: Step Four - Check Type Check Errors
|
||||
run: pnpm run check-types
|
||||
|
||||
|
||||
5
.github/workflows/playwright.yml
vendored
5
.github/workflows/playwright.yml
vendored
@@ -44,6 +44,9 @@ jobs:
|
||||
- name: Install app dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build Submodules
|
||||
run: pnpm run build-submodules
|
||||
|
||||
- run: npx playwright install --with-deps
|
||||
if: steps.playwright-cache.outputs.cache-hit != 'true'
|
||||
- run: npx playwright install-deps
|
||||
@@ -67,4 +70,4 @@ jobs:
|
||||
with:
|
||||
name: playwright-report
|
||||
path: playwright-report/
|
||||
retention-days: 30
|
||||
retention-days: 30
|
||||
|
||||
Reference in New Issue
Block a user