remove windows from test matrix (#666)
This commit is contained in:
parent
735c2ba587
commit
59cd80b6d1
11
.github/workflows/cypress.yml
vendored
11
.github/workflows/cypress.yml
vendored
@ -9,15 +9,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
containers: [1, 2, 3, 4, 5]
|
||||
os: ["ubuntu-latest", "windows-latest"]
|
||||
browser: [chrome, firefox, edge]
|
||||
exclude:
|
||||
- os: ubuntu-latest
|
||||
browser: edge
|
||||
- os: windows-latest
|
||||
browser: firefox
|
||||
- os: windows-latest
|
||||
browser: chrome
|
||||
os: ["ubuntu-latest"]
|
||||
browser: [chrome, firefox]
|
||||
include:
|
||||
- browser: firefox
|
||||
container:
|
||||
|
Loading…
x
Reference in New Issue
Block a user