We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8865f2 + 3dee31a commit 70becb8Copy full SHA for 70becb8
.github/workflows/test-all.yml
@@ -178,8 +178,7 @@ jobs:
178
run: echo "FIREBASE_CI_TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
179
- name: Run unit tests
180
run: |
181
- xvfb-run yarn lerna run test:ci --scope '@firebase/firestore*'
182
- node scripts/print_test_logs.js
+ yarn lerna run test:all:ci --scope '@firebase/firestore*' --stream --concurrency 1
183
env:
184
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
185
EXPERIMENTAL_MODE: true
0 commit comments