Skip to content

Commit 02721e1

Browse files
committed
Only run browser tests
1 parent bf6c59d commit 02721e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-changed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
9797
cp config/ci.config.json config/project.json
9898
yarn
9999
- name: build
100-
run: yarn build:changed core
100+
run: yarn build
101101
- name: Run tests on changed packages
102-
run: yarn test:changed core
102+
run: npx lerna run test:browser --ignore @firebase/firestore --ignore @firebase/auth --ignore firebase-messaging-integration-test
103103
env:
104104
BROWSERS: 'Safari'
105-
105+

0 commit comments

Comments
 (0)