Skip to content

Commit

Permalink
Update cicd.js.yml - add additional run command to test job for start…
Browse files Browse the repository at this point in the history
…ing json-server
  • Loading branch information
TzolkinB authored Feb 16, 2024
1 parent b2f3573 commit 4204a63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
install: false
working-directory: ./apps
config: retries=1
command: npm run cy:run
# server command starts the json-server required for booklist tests
command: |
npm run server
npm run cy:run

0 comments on commit 4204a63

Please sign in to comment.