remove firefox from test matrix
This commit is contained in:
parent
508c8b0be3
commit
a6d34ba4f1
7
.github/workflows/cypress.yml
vendored
7
.github/workflows/cypress.yml
vendored
@ -10,12 +10,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
containers: [1, 2, 3, 4, 5]
|
containers: [1, 2, 3, 4, 5]
|
||||||
os: ["ubuntu-latest"]
|
os: ["ubuntu-latest"]
|
||||||
browser: [chrome, firefox]
|
browser: [chrome]
|
||||||
include:
|
|
||||||
- browser: firefox
|
|
||||||
container:
|
|
||||||
image: cypress/browsers:node14.17.0-chrome88-ff89
|
|
||||||
options: --user 1001
|
|
||||||
name: E2E tests on ${{ matrix.browser }} - ${{ matrix.os }}
|
name: E2E tests on ${{ matrix.browser }} - ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user