diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 32eeef115..bab34e8fc 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -50,7 +50,7 @@ jobs: with: browser: chrome headless: true - project: ./tests + working-directory: tests wait-on: http://localhost:3577/ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}