Skip to content

Commit

Permalink
Update end-to-end-tests.yaml, it was not serving conway properly before
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcastel50 committed Oct 10, 2023
1 parent 43138e7 commit 46fad93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
browser: chrome
start: node config/serve.js
start: yarn serve-share-webifc

install-cypress-conway:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -99,4 +99,4 @@ jobs:
uses: cypress-io/github-action@v6
with:
browser: chrome
start: node config/serve.js
start: yarn serve-share-conway

0 comments on commit 46fad93

Please sign in to comment.