Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 16, 2024
1 parent e4e3fe1 commit fb26c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
- run: bun i
- run: bun run lint
- run: bun run tsx --noEmit
- run: bunx tsx --noEmit
- run: bun run compile
- run: npm test -- --coverage
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit fb26c16

Please sign in to comment.