Skip to content

Commit

Permalink
Build before running test
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi committed Jan 3, 2025
1 parent 70aaefb commit 7b97396
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 @@ -28,5 +28,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Run tests
run: npm test

0 comments on commit 7b97396

Please sign in to comment.