2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
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
+1 -1
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'];