Add firefox to browser tests

This commit is contained in:
HarelM
2023-12-17 00:12:44 +02:00
parent 2b10213197
commit 2c45b5a71d

View File

@@ -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
start: npm run start
browser: ${{ matrix.browser }}