Skip to content

Commit

Permalink
Update cypress pipeline to start test backend server
Browse files Browse the repository at this point in the history
  • Loading branch information
lyncasterc committed Mar 14, 2024
1 parent 543d568 commit 976a063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: cypress tests
uses: cypress-io/github-action@v2
with:
start: npm run server:dev, npm start
start: npm run server:test, npm start
wait-on: 'http://localhost:3001/health, http://localhost:3000'
working-directory: ./frontend

Expand Down

0 comments on commit 976a063

Please sign in to comment.