diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 475875171..ab78cc681 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -204,7 +204,8 @@ jobs: uses: cypress-io/github-action@v2 with: install: false + working-directory: mon-entreprise record: true tag: external-integration - config: integrationFolder=cypress/integration/external, baseUrl=${{ matrix.baseUrl }} + config: integrationFolder=cypress/integration/external,baseUrl=${{ matrix.baseUrl }} \ No newline at end of file