diff --git a/.github/workflows/cicd.js.yml b/.github/workflows/cicd.js.yml index 98cd6b6..e725536 100644 --- a/.github/workflows/cicd.js.yml +++ b/.github/workflows/cicd.js.yml @@ -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