diff --git a/.github/workflows/update_site.yml b/.github/workflows/update_site.yml index e1092791..d0cc551d 100644 --- a/.github/workflows/update_site.yml +++ b/.github/workflows/update_site.yml @@ -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