Skip to content

Commit 221cba1

Browse files
Add Chrome driver installation for test GitHub Action
1 parent 54f2142 commit 221cba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: browser-actions/setup-chrome@v1
11+
with:
12+
install-chromedriver: true
13+
1014
- uses: actions/checkout@v4
1115

1216
- name: Set up JDK

0 commit comments

Comments
 (0)