Update cypress start command.

This commit is contained in:
Dillon Kearns 2023-05-25 08:57:47 -07:00
parent 3d6d6a1a75
commit 271c55c2f5

View File

@ -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