Skip to content

Commit

Permalink
✅ - Install PNPM in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Peelen committed May 8, 2024
1 parent cb35cfc commit 3230421
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
run: cargo build --release
- name: Run unit test
run: cargo test
- name: Install PNPM
run: npm i -g pnpm
- name: Install Yarn Dependencies
run: cd ./tests/testrepo_yarn && yarn install
- name: Install Pnpm Dependencies
- name: Install PNPM Dependencies
run: cd ./tests/testrepo_pnpm && pnpm install
- name: Run Test
run: ./tests/suite-ci.sh

0 comments on commit 3230421

Please sign in to comment.