Skip to content

Commit

Permalink
fix(ci): build with tsc before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Feb 10, 2024
1 parent 9350738 commit 86f5289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun i vitest @vitest/coverage-istanbul --no-save --no-lock
- name: Build package
run: bun run build
- name: Run vitest
run: bun run coverage
- uses: actions/configure-pages@v4
Expand Down

1 comment on commit 86f5289

@vercel
Copy link

@vercel vercel bot commented on 86f5289 Feb 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.