Skip to content

Commit

Permalink
Lock ChromeDriver to the latest working version (#11393)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Jul 26, 2023
1 parent cdb117c commit 1009325
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/module-rspec/action.yml
Expand Up @@ -48,6 +48,10 @@ runs:
name: Create the screenshots folder
shell: "bash"
- uses: nanasess/setup-chromedriver@v1.0.1
with:
# TODO: Unpin when nanasess/setup-chromedriver#190 is fixed:
# https://github.com/nanasess/setup-chromedriver/issues/190
chromedriver-version: 114.0.5735.90
- run: RAILS_ENV=test bundle exec rails assets:precompile
name: Precompile assets
working-directory: ./spec/decidim_dummy_app/
Expand Down

0 comments on commit 1009325

Please sign in to comment.