Skip to content

Commit 4bd6e0e

Browse files
committed
test-all.yml cleanup
1 parent 70a655d commit 4bd6e0e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,8 @@ jobs:
216216
cp config/ci.config.json config/project.json
217217
yarn
218218
- name: Compile unit tests
219-
run: |
220-
cd integration/firestore
221-
yarn build:${{ matrix.persistence }}
219+
run: cd integration/firestore && yarn build:${{ matrix.persistence }}
222220
- name: Run unit tests
223-
run: |
224-
cd integration/firestore
225-
xvfb-run yarn karma:singlerun
221+
run: cd integration/firestore && xvfb-run yarn karma:singlerun
226222
env:
227223
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}

0 commit comments

Comments
 (0)