Skip to content

Commit 4e13d64

Browse files
committed
ci: add pnpm install step before running tests
1 parent 4ed9128 commit 4e13d64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
run: |
7070
corepack enable
7171
corepack prepare pnpm@10.28.2 --activate
72+
- name: Install JS toolchain dependencies
73+
run: pnpm install --ignore-scripts
7274
- name: Run eval fixtures
7375
run: cargo test --test eval_fixtures
7476
- name: Run functions fixtures

0 commit comments

Comments
 (0)