Skip to content

Commit 069ed52

Browse files
committed
Add test:ci to end of test command in CI
1 parent 5a755c5 commit 069ed52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Ignore auth and firestore since they're handled in their own separate jobs.
9494
run: |
9595
# xvfb-run yarn lerna run --ignore '{firebase-messaging-integration-test,@firebase/auth*,@firebase/firestore*,firebase-firestore-integration-test}' test:ci
96-
xvfb-run yarn lerna run --scope @firebase/data-connect
96+
xvfb-run yarn lerna run --scope @firebase/data-connect test:ci
9797
node scripts/print_test_logs.js
9898
env:
9999
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}

0 commit comments

Comments
 (0)