mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Test again
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
@@ -23,6 +23,17 @@ export default defineConfig({
|
||||
provider: 'webdriverio',
|
||||
instances: [{
|
||||
browser: 'chrome',
|
||||
capabilities: {
|
||||
'goog:chromeOptions': {
|
||||
args: [
|
||||
'--enable-webgl',
|
||||
'--ignore-gpu-blocklist',
|
||||
'--enable-gpu',
|
||||
'--use-gl=swiftshader',
|
||||
'--use-angle=swiftshader-webgl',
|
||||
],
|
||||
},
|
||||
},
|
||||
}],
|
||||
headless: false, // A bunch of features need the head
|
||||
screenshotFailures: false,
|
||||
|
||||
Reference in New Issue
Block a user