Commit 0935f14
committed
build: fix chromedriver version in CI
GitHub Actions VMs have Chrome installed, but there is a period of time
after a new version is published that the machine is behind and builds
fail.
Specify the version used by GitHub Actions in our wdio.conf.js when CI
is true until a better solution can be used.
Ideally we'd either detect the correct version when running in CI or
install our own version of chrome-stable. These options are more
desirable than setting the Chrome version because we want to be aware of
bugs that come up with newer browser versions.1 parent 80fd5cd commit 0935f14
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| |||
0 commit comments