Skip to content

Commit

Permalink
fix: Missing Compilation when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored May 5, 2024
1 parent 14418b0 commit c7b3267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
bun install --frozen-lockfile
cd server
bun install --frozen-lockfile
bun run compile
- name: Validate the data & the server
run: |
Expand Down

0 comments on commit c7b3267

Please sign in to comment.