Skip to content

Commit fa160f7

Browse files
authored
Fix formatting error (#7465)
1 parent 6b1be2a commit fa160f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
run: echo "FIREBASE_CI_TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
173173
- name: Run unit tests
174174
run: |
175-
xvfb-run yarn lerna run --concurrency 4 test:ci --scope '{@firebase/firestore*}'
175+
xvfb-run yarn lerna run --concurrency 4 test:ci --scope '@firebase/firestore*'
176176
node scripts/print_test_logs.js
177177
env:
178178
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}

0 commit comments

Comments
 (0)