Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
add build step to build command
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jul 5, 2024
1 parent e5096af commit 82816f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: Install dependencies
run: bun run bootstrap

- name: Install dependencies
run: bun run build

- name: Run tests
run: bun test

0 comments on commit 82816f7

Please sign in to comment.