Skip to content

Commit

Permalink
add test in test-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hemarina committed Sep 10, 2024
1 parent c771195 commit 3caa2cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ jobs:
working-directory: website
run: |
npm ci
npm run build
npm run build
- name: Run Tests
working-directory: website
run: |
npm test

0 comments on commit 3caa2cc

Please sign in to comment.