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 4bd6e0e commit 0ccc5d8Copy full SHA for 0ccc5d8
.github/workflows/test-all.yml
@@ -215,9 +215,9 @@ jobs:
215
run: |
216
cp config/ci.config.json config/project.json
217
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
+ - run: yarn build:${{ matrix.persistence }}
+ working-directory: integration/firestore
+ - run: xvfb-run yarn karma:singlerun
222
env:
223
FIREBASE_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
0 commit comments