mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Try waiting for server in cypress GH Action.
This commit is contained in:
parent
af3c56ab21
commit
9317fc3628
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -65,6 +65,8 @@ jobs:
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
start: npm start
|
||||
wait-on: "http://localhost:1234"
|
||||
wait-on-timeout: 60
|
||||
|
||||
- name: Elm Publish
|
||||
uses: dillonkearns/elm-publish-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user