We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880f838 commit 7653cf0Copy full SHA for 7653cf0
test/jasmine/karma.conf.js
@@ -266,8 +266,7 @@ func.defaultConfig = {
266
// and therefore we need to use SwiftShader instead.
267
// The third flag is needed because the Chrome browser installed by the CI job runner
268
// fails without it.
269
- isCI && process.env.GITHUB_ACTIONS ? '--use-gl=angle' : '',
270
- isCI && process.env.GITHUB_ACTIONS ? '--use-angle=swiftshader' : '',
+ isCI && process.env.GITHUB_ACTIONS ? '--enable-unsafe-swiftshader' : '',
271
isCI && process.env.GITHUB_ACTIONS ? '--no-sandbox' : '',
272
isBundleTest && basename(testFileGlob) === 'no_webgl' ? '--disable-webgl' : ''
273
]
0 commit comments