Skip to content

Commit

Permalink
Try corepack too
Browse files Browse the repository at this point in the history
  • Loading branch information
hamlim committed May 15, 2024
1 parent fd16313 commit f91e0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: bun install

- name: Run tests
run: bun run test
run: corepack enable && bun run test

- name: Run lints
run: bun run lint
Expand Down

0 comments on commit f91e0c2

Please sign in to comment.