Skip to content

Commit

Permalink
fixup! Fix prebuilding of test files
Browse files Browse the repository at this point in the history
  • Loading branch information
tolauwae committed Dec 6, 2024
1 parent cfa5b3c commit 36f2cbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

- run: npm i

- name: Prebuild files
run: npm run test:prebuild

- name: Run ava unit tests
run: npm run test:ava

0 comments on commit 36f2cbf

Please sign in to comment.