mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Fix "wait-on" based on latest cypress samples
This commit is contained in:
parent
c09d63ce01
commit
f7309f648d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -53,8 +53,8 @@ jobs:
|
|||
uses: cypress-io/github-action@v5
|
||||
with:
|
||||
# build: yarn build
|
||||
start: yarn serve
|
||||
wait-on: 'http://localhost:3000'
|
||||
start: yarn serve --host
|
||||
wait-on: 'http://127.0.0.1:3000'
|
||||
|
||||
- name: Build build
|
||||
run: yarn build
|
||||
|
|
Loading…
Reference in New Issue
Block a user