Skip to content

Commit 976a063

Browse files
committed
Update cypress pipeline to start test backend server
1 parent 543d568 commit 976a063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: cypress tests
6363
uses: cypress-io/github-action@v2
6464
with:
65-
start: npm run server:dev, npm start
65+
start: npm run server:test, npm start
6666
wait-on: 'http://localhost:3001/health, http://localhost:3000'
6767
working-directory: ./frontend
6868

0 commit comments

Comments
 (0)