Skip to content

Commit

Permalink
chore(e2e): fix start command in regression workflow (#6280)
Browse files Browse the repository at this point in the history
igorwojciechowski authored Sep 7, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7b1327c commit acc3e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-regression.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
- name: Run cypress tests
uses: cypress-io/github-action@v2.8.2
with:
start: yarn dev:${{ matrix.package }}
start: yarn start:${{ matrix.package }}
wait-on: 'http://localhost:3000'
wait-on-timeout: 180
command: yarn run test:e2e:${{ matrix.package }}:hl

0 comments on commit acc3e54

Please sign in to comment.