We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e01c8e commit 0e7a7d6Copy full SHA for 0e7a7d6
.github/workflows/test-all.yml
@@ -113,6 +113,8 @@ jobs:
113
runs-on: ubuntu-latest
114
steps:
115
- uses: actions/checkout@v4
116
+ with:
117
+ fetch-depth: 0
118
- name: Test Env TEMP
119
run: |
120
echo $CHROME_VERSION_NOTES=$CHROME_VERSION_MISMATCH_MESSAGE
@@ -137,7 +139,7 @@ jobs:
137
139
run: echo "FIREBASE_CI_TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
138
140
- name: Run unit tests
141
- xvfb-run yarn lerna run test:ci --scope '@firebase/auth*'
142
+ xvfb-run yarn test:changed auth
143
node scripts/print_test_logs.js
144
env:
145
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
0 commit comments