Skip to content

Commit

Permalink
Fix chromedriver CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Feb 6, 2024
1 parent 90b3b48 commit 8131351
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105
- name: List Chrome
run: apt list --installed | grep chrome
- name: Remove Chrome
run: sudo apt remove google-chrome-stable
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 119.0.6045.105

- name: Setup & create Database
run: |
Expand Down

0 comments on commit 8131351

Please sign in to comment.