From cc1e85e92ba89bed1f2f1659940b64325ea96c7e Mon Sep 17 00:00:00 2001 From: Alexandre Hajjar Date: Fri, 31 Dec 2021 18:49:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20external=20integrations=20?= =?UTF-8?q?workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-external-integrations.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-external-integrations.yaml b/.github/workflows/test-external-integrations.yaml index 7605e23bc..4eb810ccc 100644 --- a/.github/workflows/test-external-integrations.yaml +++ b/.github/workflows/test-external-integrations.yaml @@ -27,7 +27,7 @@ jobs: uses: cypress-io/github-action@v2 with: install: false - working-directory: mon-entreprise + working-directory: site record: true tag: external-integration config: integrationFolder=cypress/integration/external,baseUrl=https://mon-entreprise.urssaf.fr @@ -36,7 +36,7 @@ jobs: uses: cypress-io/github-action@v2 with: install: false - working-directory: mon-entreprise + working-directory: site # List here all the specs that are making external API calls: spec: | cypress/integration/mon-entreprise/english/gérer.js