chore: enable firefox tests on Mac (#9002)
This commit is contained in:
parent
a00d466874
commit
023ebd8f78
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -209,6 +209,11 @@ jobs:
|
|||||||
xvfb: true
|
xvfb: true
|
||||||
node: 18
|
node: 18
|
||||||
suite: firefox-bidi
|
suite: firefox-bidi
|
||||||
|
- name: firefox-headless
|
||||||
|
machine: macos-latest
|
||||||
|
xvfb: false
|
||||||
|
node: 18
|
||||||
|
suite: firefox-headless
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "firefox-headless",
|
"id": "firefox-headless",
|
||||||
"platforms": ["linux"],
|
"platforms": ["linux", "darwin"],
|
||||||
"parameters": ["firefox", "headless"],
|
"parameters": ["firefox", "headless"],
|
||||||
"expectedLineCoverage": 80
|
"expectedLineCoverage": 80
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user