exclude web for now

This commit is contained in:
dal 2025-07-21 01:15:01 -06:00
parent 5157b4a44a
commit f5b82bca15
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 4 additions and 4 deletions

View File

@ -57,11 +57,11 @@ jobs:
env:
NODE_ENV: production
- name: Lint all packages
run: pnpm lint
- name: Lint all packages (excluding web)
run: pnpm lint --filter='!@buster-app/web'
- name: Run all unit tests
run: pnpm test:unit
- name: Run all unit tests (excluding web)
run: pnpm test:unit --filter='!@buster-app/web'
- name: Upload test coverage
uses: actions/upload-artifact@v4