mirror of
https://github.com/maputnik/editor.git
synced 2026-02-07 13:10:01 +00:00
Add firefox to browser tests
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
Reference in New Issue
Block a user