mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
remove windows from test matrix (#666)
This commit is contained in:
parent
735c2ba587
commit
59cd80b6d1
1 changed files with 2 additions and 9 deletions
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…
Add table
Add a link
Reference in a new issue