We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faaeb48 commit 14d9721Copy full SHA for 14d9721
.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