Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Nov 18, 2024
1 parent 97094b4 commit 5ee1b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
run: bun install

- name: 🧪 Run Lint
run: bun lint
run: bun run lint

- name: 🧪 Run Tests (in Bun)
run: bun test
run: bun run test

- name: 🧪 Run Tests (in Node)
run: npm run test

0 comments on commit 5ee1b06

Please sign in to comment.