Skip to content

Commit 14d9721

Browse files
authored
Stream full logs of test-all firestore job (#8851)
1 parent faaeb48 commit 14d9721

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/test-all.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@ jobs:
178178
run: echo "FIREBASE_CI_TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
179179
- name: Run unit tests
180180
run: |
181-
xvfb-run yarn lerna run test:ci --scope '@firebase/firestore*'
182-
node scripts/print_test_logs.js
181+
yarn lerna run test:all:ci --scope '@firebase/firestore*' --stream --concurrency 1
183182
env:
184183
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
185184
EXPERIMENTAL_MODE: true

0 commit comments

Comments
 (0)