Skip to content

Commit

Permalink
Test in CI before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrieb committed Jan 17, 2025
1 parent 866b8bd commit f95c469
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
- name: Install dependencies
run: |
npm ci
- name: Test
run: |
make test
- name: Build
run: |
make build
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit f95c469

Please sign in to comment.