Skip to content

Commit

Permalink
install the correct example (vercel#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored Nov 24, 2022
1 parent 38121f2 commit beebae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ jobs:
working-directory: crates/turbopack/tests/node-file-trace
run: pnpm install -r --side-effects-cache false

- name: Install tests dependencies in examples/with-npm
working-directory: examples/with-npm
- name: Install tests dependencies in examples/with-yarn
working-directory: examples/with-yarn
run: npm install

- name: Install nextest
Expand Down

0 comments on commit beebae2

Please sign in to comment.