Skip to content

Commit

Permalink
Fix tests installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 11, 2024
1 parent 89093ff commit 780ff75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
- name: Install dependencies
run: |
cd niivue-react
pnpm install --strict-peer-dependencies --frozen-lockfile
pnpm install --recursive --strict-peer-dependencies --frozen-lockfile
cd examples
pnpm link ../niivue-react
- name: Unit tests
run: |
cd niivue-react
Expand Down

0 comments on commit 780ff75

Please sign in to comment.