From 53b03e2a362b719d251aec1f8e4ece8d9367c9f8 Mon Sep 17 00:00:00 2001 From: sophian Date: Tue, 5 Dec 2023 12:19:08 -0500 Subject: [PATCH] Add back install command & run on firefox --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3ff7fea0c9..c8ede0f3db 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -34,9 +34,9 @@ jobs: uses: cypress-io/github-action@v6 with: working-directory: centrifuge-app - install-command: '' + install-command: yarn command: yarn e2e:run:ci - browser: chrome + browser: firefox config-file: synpress.config.ts ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}' env: