We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543d568 commit 976a063Copy full SHA for 976a063
.github/workflows/pipeline.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: cypress tests
63
uses: cypress-io/github-action@v2
64
with:
65
- start: npm run server:dev, npm start
+ start: npm run server:test, npm start
66
wait-on: 'http://localhost:3001/health, http://localhost:3000'
67
working-directory: ./frontend
68
0 commit comments