Skip to content

Commit d19810d

Browse files
authored
Added chrome and chromedriver for testing
1 parent 9322c0e commit d19810d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
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+
with:
24+
chromedriver-version: '107.0.5304.62'
25+
- run: which chromedriver
1826
- uses: actions/checkout@v2
1927
- name: Set up JDK 11
2028
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)