Skip to content

Commit f389012

Browse files
committed
Start the app for CI Cypress test
1 parent 357ec88 commit f389012

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ jobs:
2626
CI: true
2727
- name: Cypress run
2828
uses: cypress-io/github-action@v2
29+
with:
30+
start: npm start
31+
wait-on: 'http://localhost:8080'

0 commit comments

Comments
 (0)