Commit 9963f3e
committed
build: prevent chrome version mismatch in actions
When using the default selenium-standalone Chromedriver version there is
a period of time where the Ubuntu container's Chrome version is behind
by a major version, this causes the tests to fail when using the
selenium-standalone service.
Find the version of Chromedriver that is on the container and then use
that to specify the Chromedriver version to use in the tests.1 parent 7f46755 commit 9963f3e
File tree
2 files changed
+14
-2
lines changed- .github/workflows
2 files changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
0 commit comments