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