Skip to content

Commit

Permalink
Trigger tests in Test-deploy pipeline (#435)
Browse files Browse the repository at this point in the history
add test in test-deploy
  • Loading branch information
hemarina authored Sep 10, 2024
1 parent c771195 commit 5cb6a8c
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 5cb6a8c

Please sign in to comment.