Skip to content

Commit

Permalink
Remove CI workflow chromedriver version lock
Browse files Browse the repository at this point in the history
This reverts d2620e7, as Selenium is
now failing again.  The currently installed Chrome version is 118.
Hopefully nanasess/setup-chromedriver#200 has
been fixed by now.
  • Loading branch information
lunkwill42 committed Oct 31, 2023
1 parent b5e9956 commit ccb83d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ jobs:
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: '115.0.5790.170' # https://github.com/nanasess/setup-chromedriver/issues/200

- name: "Set up PostgreSQL"
uses: harmon758/postgresql-action@v1
Expand Down

0 comments on commit ccb83d1

Please sign in to comment.