diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 419d6b4b..a24e396a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -57,5 +57,5 @@ jobs: with: build: yarn build start: yarn start - wait-on: 'http://localhost:3000' + wait-on: ${{ secrets.ROOT_URL }} command: yarn test-run-e2e