Skip to content

Commit

Permalink
Update continuous-deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyonatann authored Jun 2, 2024
1 parent fa446f7 commit 225e0d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
run: npm install

- name: Build
run: npm run build
run: |
npm run build
ls -la build # Debugging step to list contents of out directory
- name: Test
run: npm test -- --watchAll=false
Expand Down

0 comments on commit 225e0d2

Please sign in to comment.