Skip to content

Commit

Permalink
chore: fix github action test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobVogelsang committed Oct 20, 2024
1 parent cdb932b commit 3be6daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm ci

- name: Install optional dependencies
run: npm install @rollup/rollup-linux-arm64-gnu
run: npm install @rollup/rollup-linux-x64-gnu

- name: Run tests
run: npm run-script test
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm ci

- name: Install optional dependencies
run: npm install @rollup/rollup-linux-arm64-gn
run: npm install @rollup/rollup-linux-x64-gnu

- name: Run tests
run: npm run-script test

0 comments on commit 3be6daa

Please sign in to comment.