Skip to content

Commit

Permalink
ci: make sure test is ran by node
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Sep 9, 2023
1 parent 5bf3856 commit a6d8c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- run: bun install
- run: oxlint .
- run: bun run build
- run: bun run test
- run: bun run typecheck
- run: npm run test

0 comments on commit a6d8c5a

Please sign in to comment.