Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Frieder Bluemle 2022-10-30 10:33:06 -07:00 committed by GitHub
parent 34811cbb4f
commit 8a709b25f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ module.exports = function(config) {
);
browsers = ['Firefox'];
} else if (process.env.GITHUB_ACTIONS === 'true') {
console.log('Running ci on Github Actions.');
console.log('Running ci on GitHub Actions.');
browsers = ['FirefoxHeadless', 'ChromeHeadless'];
} else {
browsers = browsers || ['Chrome'];