Skip to content

Commit 0e7a7d6

Browse files
committed
Try running test:changed
1 parent 9e01c8e commit 0e7a7d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-all.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- uses: actions/checkout@v4
116+
with:
117+
fetch-depth: 0
116118
- name: Test Env TEMP
117119
run: |
118120
echo $CHROME_VERSION_NOTES=$CHROME_VERSION_MISMATCH_MESSAGE
@@ -137,7 +139,7 @@ jobs:
137139
run: echo "FIREBASE_CI_TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
138140
- name: Run unit tests
139141
run: |
140-
xvfb-run yarn lerna run test:ci --scope '@firebase/auth*'
142+
xvfb-run yarn test:changed auth
141143
node scripts/print_test_logs.js
142144
env:
143145
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}

0 commit comments

Comments
 (0)