Skip to content

Commit ddaec15

Browse files
committed
collapse two commands
1 parent 0ccc5d8 commit ddaec15

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,8 @@ jobs:
211211
node-version: 16.x
212212
- name: Bump Node memory limit
213213
run: echo "NODE_OPTIONS=--max_old_space_size=4096" >> $GITHUB_ENV
214-
- name: Test setup and yarn install
215-
run: |
216-
cp config/ci.config.json config/project.json
217-
yarn
214+
- run: cp config/ci.config.json config/project.json
215+
- run: yarn
218216
- run: yarn build:${{ matrix.persistence }}
219217
working-directory: integration/firestore
220218
- run: xvfb-run yarn karma:singlerun

0 commit comments

Comments
 (0)