Skip to content

Commit

Permalink
chore(ci): workaround for firefox error (#4933)
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Oct 18, 2022
1 parent 5f96d51 commit 8f3c37b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Expand Up @@ -90,7 +90,8 @@ module.exports = config => {
const buildId = `github-${env.GITHUB_RUN_ID}_${env.GITHUB_RUN_NUMBER}`;
bundleDirPath = path.join(BASE_BUNDLE_DIR_PATH, buildId);
sauceConfig = {
build: buildId
build: buildId,
geckodriverVersion: '0.30.0' // temporary workaround for firefox
};
} else {
console.error(`Local environment (${hostname}) detected`);
Expand Down

0 comments on commit 8f3c37b

Please sign in to comment.