mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
ci: don't duplicate yarn install for bridge fixture (#683)
This commit is contained in:
parent
0aa6fbf5ef
commit
2cf296c5cc
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user