From 5120a8b334c469a223340e9b87df2edc4578cf13 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Fri, 19 Mar 2021 08:50:09 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A9pare=20les=20tests=20end=20to=20end?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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