Skip to content

Commit 4ba7c49

Browse files
authored
Merge pull request #123 from gzm0/remove-drivers
Do not install selenium drivers ourselves
2 parents 85f2ec4 + 8b329a2 commit 4ba7c49

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

-7
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ jobs:
2525
with:
2626
java-version: "[email protected]"
2727
- uses: coursier/cache-action@v5
28-
- name: Install Selenium drivers
29-
run: |
30-
wget http://chromedriver.storage.googleapis.com/2.40/chromedriver_linux64.zip
31-
unzip chromedriver_linux64.zip -d bin
32-
wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz
33-
tar xf geckodriver-v0.24.0-linux64.tar.gz -C bin
34-
echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
3528
- name: Scalastyle
3629
run: >
3730
sbt "++${{ matrix.scalaversion }}"

0 commit comments

Comments
 (0)