only run chrome tests on github action

This commit is contained in:
Kyle Spearrin 2020-07-23 17:23:38 -04:00
parent cb966c0de8
commit 566e88f52a
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ module.exports = (config) => {
}
if (githubAction) {
removeBrowser('Firefox');
removeBrowser('Safari');
}
return result;