We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85f2ec4 + 8b329a2 commit 4ba7c49Copy full SHA for 4ba7c49
.github/workflows/ci.yml
@@ -25,13 +25,6 @@ jobs:
25
with:
26
java-version: "[email protected]"
27
- 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
35
- name: Scalastyle
36
run: >
37
sbt "++${{ matrix.scalaversion }}"
0 commit comments