From c1527523361ec3ecc54b2371ddef44826e28c0f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alain=20H=C3=A9la=C3=AFli?= Date: Fri, 20 Jan 2023 11:52:09 +0100 Subject: [PATCH] switch to chrome --- .github/actions/test/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 737112cc..56826fb9 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -40,6 +40,7 @@ runs: config: baseUrl=${{ steps.rendered-site-url.outputs.url }} working-directory: tests/e2e spec: ${{ inputs.spec }} + browser: chrome - name: Save Cypress Screenshots uses: actions/upload-artifact@v3 if: failure()