Skip to content

Commit

Permalink
ci: add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Jan 16, 2025
1 parent 5012e2f commit b05d421
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Run unit tests
run: mise run test

- name: Build Site
run: ./build.sh

Expand Down

0 comments on commit b05d421

Please sign in to comment.