Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Commit e53f384

Browse files
authored
Merge branch 'development' into overmind_setup_init
2 parents 9857ebd + 579cbd4 commit e53f384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/system_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
uses: cypress-io/github-action@v2
6868
with:
6969
build: npm run build
70-
start: npm start
70+
start: npm run startTest
7171
browser: chrome
7272
headless: true
73-
wait-on: 'http://localhost:3000/'
73+
wait-on: 'http://localhost:3010/'
7474
wait-on-timeout: 120

0 commit comments

Comments
 (0)