diff --git a/.github/workflows/run-e2e-regression.yml b/.github/workflows/run-e2e-regression.yml index c98daeb901..fcb4314e63 100644 --- a/.github/workflows/run-e2e-regression.yml +++ b/.github/workflows/run-e2e-regression.yml @@ -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