Skip to content

Commit

Permalink
ci: add build and test step
Browse files Browse the repository at this point in the history
Add Build and Test step to run tests before actual deployment.
  • Loading branch information
martinkyselak committed Dec 29, 2023
1 parent b3ed051 commit 3b73616
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
submodules: true
lfs: false
- name: Build And Test
run: |
npm ci
npm run build --if-present
npm test
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit 3b73616

Please sign in to comment.