Skip to content

Commit 8f3c37b

Browse files
authored
chore(ci): workaround for firefox error (#4933)
1 parent 5f96d51 commit 8f3c37b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ module.exports = config => {
9090
const buildId = `github-${env.GITHUB_RUN_ID}_${env.GITHUB_RUN_NUMBER}`;
9191
bundleDirPath = path.join(BASE_BUNDLE_DIR_PATH, buildId);
9292
sauceConfig = {
93-
build: buildId
93+
build: buildId,
94+
geckodriverVersion: '0.30.0' // temporary workaround for firefox
9495
};
9596
} else {
9697
console.error(`Local environment (${hostname}) detected`);

0 commit comments

Comments
 (0)