mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-22 03:23:52 +03:00
Update cypress start command.
This commit is contained in:
parent
3d6d6a1a75
commit
271c55c2f5
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -78,7 +78,8 @@ jobs:
|
||||
- name: Cypress tests
|
||||
uses: cypress-io/github-action@v5
|
||||
with:
|
||||
start: (cd examples/end-to-end && node ../../generator/src/cli.js dev --debug)
|
||||
working-directory: examples/end-to-end
|
||||
start: node ../../generator/src/cli.js dev --debug
|
||||
wait-on: "http://localhost:1234"
|
||||
wait-on-timeout: 120
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user