From 2c45b5a71d5abe294f457d916906605341315291 Mon Sep 17 00:00:00 2001 From: HarelM Date: Sun, 17 Dec 2023 00:12:44 +0200 Subject: [PATCH] Add firefox to browser tests --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7756fe65..e266b196 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,11 @@ jobs: path: ./src/github.com/maputnik/desktop/bin/windows/ cypress-run: + strategy: + fail-fast: false + matrix: + browser: [chrome, firefox] + runs-on: ubuntu-22.04 steps: - name: Checkout @@ -154,4 +159,5 @@ jobs: uses: cypress-io/github-action@v6 with: build: npm run build - start: npm run start \ No newline at end of file + start: npm run start + browser: ${{ matrix.browser }} \ No newline at end of file