Skip to content

Commit 64223d1

Browse files
committed
revert workflow file changes
1 parent 069ed52 commit 64223d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
name: Test All Packages
1616

17-
on: push
17+
on: pull_request
1818

1919
env:
2020
# make chromedriver detect installed Chrome version and download the corresponding driver
@@ -92,8 +92,7 @@ jobs:
9292
- name: Run unit tests
9393
# Ignore auth and firestore since they're handled in their own separate jobs.
9494
run: |
95-
# 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 test:ci
95+
xvfb-run yarn lerna run --ignore '{firebase-messaging-integration-test,@firebase/auth*,@firebase/firestore*,firebase-firestore-integration-test}' test:ci
9796
node scripts/print_test_logs.js
9897
env:
9998
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}

0 commit comments

Comments
 (0)