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 3f1f84d commit cdb932b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ jobs:
- name: Install dependencies
run: npm ci

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

- name: Run tests
run: npm run-script test
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ jobs:
- name: Install dependencies
run: npm ci

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

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

0 comments on commit cdb932b

Please sign in to comment.