1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

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

View File

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