Skip to content

Commit 70a655d

Browse files
committed
Revert changes to "(Firestore) Node.js and Browser (Chrome) Tests" job (we'll deal with it later)
1 parent 8a5799f commit 70a655d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/test-all.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,7 @@ jobs:
143143
continue-on-error: true
144144

145145
test-firestore:
146-
strategy:
147-
fail-fast: false
148-
matrix:
149-
npm_script: ['test:browser', 'test:travis', 'test:lite:browser', 'test:browser:prod:nameddb', 'test:lite:browser:nameddb']
150-
name: Firestore Tests (${{ matrix.npm_script }})
146+
name: (Firestore) Node.js and Browser (Chrome) Tests
151147
needs: build
152148
runs-on: ubuntu-latest
153149
steps:
@@ -172,10 +168,12 @@ jobs:
172168
run: |
173169
cp config/ci.config.json config/project.json
174170
yarn
171+
- name: Set start timestamp env var
172+
run: echo "FIREBASE_CI_TEST_START_TIME=$(date +%s)" >> $GITHUB_ENV
175173
- name: Run unit tests
176174
run: |
177-
cd packages/firestore
178-
xvfb-run yarn ${{ matrix.npm_script }}
175+
xvfb-run yarn lerna run --concurrency 4 test:ci --scope '@firebase/firestore*'
176+
node scripts/print_test_logs.js
179177
env:
180178
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
181179
- name: Generate coverage file

0 commit comments

Comments
 (0)