We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9322c0e commit d19810dCopy full SHA for d19810d
.github/workflows/build.yaml
@@ -15,6 +15,14 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
+ - uses: browser-actions/setup-chrome@latest
19
+ with:
20
+ chrome-version: 1047731 # v107
21
+ - run: which chrome
22
+ - uses: nanasess/setup-chromedriver@v2
23
24
+ chromedriver-version: '107.0.5304.62'
25
+ - run: which chromedriver
26
- uses: actions/checkout@v2
27
- name: Set up JDK 11
28
uses: actions/setup-java@v4
0 commit comments