Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GraziellePinheiro committed Aug 22, 2024
2 parents 47fa5f6 + d3409c1 commit c63deee
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,6 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Install ChromeDriver
run: |
Invoke-WebRequest -Uri https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_win32.zip -OutFile chromedriver_win32.zip
if (-not (Test-Path -Path C:\drivers\chocolatey\bin)) {
New-Item -Path C:\drivers\chocolatey\bin -ItemType Directory -Force
}
Expand-Archive -Path chromedriver_win32.zip -DestinationPath C:\drivers\chocolatey\bin -Force
Move-Item -Path 'C:\drivers\chocolatey\bin\chromedriver.exe' -Destination 'C:\drivers\chocolatey\bin\chromedriver.exe' -Force
- name: Build and test with Maven
run: mvn clean install

Expand Down

0 comments on commit c63deee

Please sign in to comment.