ci: don't duplicate yarn install for bridge fixture (#683)

This commit is contained in:
Daniel Roe 2021-10-07 10:28:31 +02:00 committed by GitHub
parent 0aa6fbf5ef
commit 2cf296c5cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ jobs:
run: yarn --immutable
- name: Install dependencies (bridge fixture)
run: yarn --immutable && cd test/fixtures/bridge && yarn --immutable
run: yarn --immutable
working-directory: test/fixtures/bridge
- name: Build
run: yarn build