mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Migrate our tests to use github actions (#4614)
This commit is contained in:
@@ -44,8 +44,8 @@ async function runGeneratorsInBrowser() {
|
||||
},
|
||||
path: '/wd/hub'
|
||||
};
|
||||
// Run in headless mode on Travis.
|
||||
if (process.env.TRAVIS_CI) {
|
||||
// Run in headless mode on Github Actions.
|
||||
if (process.env.CI) {
|
||||
options.capabilities['moz:firefoxOptions'] = {
|
||||
args: ['-headless']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user