Skip to content

Commit

Permalink
ci: don't duplicate yarn install for bridge fixture (nuxt#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Oct 7, 2021
1 parent 0aa6fbf commit 2cf296c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cf296c

Please sign in to comment.