Skip to content

Commit

Permalink
Use specific chromedriver version
Browse files Browse the repository at this point in the history
We're having troubles with the setup-chromedriver action failing on
downloading the latest Chromedriver.  This version locks the action
itself, and also version locks the chromedriver.

See nanasess/setup-chromedriver#200 for details.
  • Loading branch information
lunkwill42 committed Aug 4, 2023
1 parent 03bd470 commit d2620e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- uses: nanasess/setup-chromedriver@master
- 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 d2620e7

Please sign in to comment.