Skip to content

Commit 0ccc5d8

Browse files
committed
use working-directory
1 parent 4bd6e0e commit 0ccc5d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-all.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ jobs:
215215
run: |
216216
cp config/ci.config.json config/project.json
217217
yarn
218-
- name: Compile unit tests
219-
run: cd integration/firestore && yarn build:${{ matrix.persistence }}
220-
- name: Run unit tests
221-
run: cd integration/firestore && xvfb-run yarn karma:singlerun
218+
- run: yarn build:${{ matrix.persistence }}
219+
working-directory: integration/firestore
220+
- run: xvfb-run yarn karma:singlerun
221+
working-directory: integration/firestore
222222
env:
223223
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}

0 commit comments

Comments
 (0)