Skip to content

Commit

Permalink
Only run browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Sep 4, 2024
1 parent bf6c59d commit 02721e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
cp config/ci.config.json config/project.json
yarn
- name: build
run: yarn build:changed core
run: yarn build
- name: Run tests on changed packages
run: yarn test:changed core
run: npx lerna run test:browser --ignore @firebase/firestore --ignore @firebase/auth --ignore firebase-messaging-integration-test
env:
BROWSERS: 'Safari'


0 comments on commit 02721e1

Please sign in to comment.