We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1be2a commit fa160f7Copy full SHA for fa160f7
.github/workflows/test-all.yml
@@ -172,7 +172,7 @@ jobs:
172
run: echo "FIREBASE_CI_TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
173
- name: Run unit tests
174
run: |
175
- xvfb-run yarn lerna run --concurrency 4 test:ci --scope '{@firebase/firestore*}'
+ xvfb-run yarn lerna run --concurrency 4 test:ci --scope '@firebase/firestore*'
176
node scripts/print_test_logs.js
177
env:
178
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
0 commit comments