Skip to content

Commit

Permalink
Lock ChromeDriver to the latest working version (decidim#11391)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Jul 26, 2023
1 parent a7f95d9 commit 2450714
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
ruby-version: ${{ inputs.ruby_version }}
bundler-cache: true
- uses: nanasess/setup-chromedriver@v2
with:
# TODO: Unpin when nanasess/setup-chromedriver#190 is fixed:
# https://github.com/nanasess/setup-chromedriver/issues/190
chromedriver-version: 114.0.5735.90
- uses: actions/cache@v3
id: app-cache
with:
Expand Down

0 comments on commit 2450714

Please sign in to comment.