There was an error while loading. Please reload this page.
1 parent bf6c59d commit 02721e1Copy full SHA for 02721e1
.github/workflows/test-changed.yml
@@ -97,9 +97,9 @@ jobs:
97
cp config/ci.config.json config/project.json
98
yarn
99
- name: build
100
- run: yarn build:changed core
+ run: yarn build
101
- name: Run tests on changed packages
102
- run: yarn test:changed core
+ run: npx lerna run test:browser --ignore @firebase/firestore --ignore @firebase/auth --ignore firebase-messaging-integration-test
103
env:
104
BROWSERS: 'Safari'
105
-
+
0 commit comments