mirror of
https://github.com/axios/axios.git
synced 2026-04-11 14:21:59 +08:00
parent
34811cbb4f
commit
8a709b25f4
@ -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'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user