Skip to content

Commit

Permalink
Lock the chromedriver version to fix the driver download issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Aug 4, 2023
1 parent 40c7cc9 commit 1ca79c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci_rspec/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ runs:
name: Create the screenshots folder
shell: "bash"
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: '115.0.5790.170' # Fix issue: https://github.com/nanasess/setup-chromedriver/issues/200
- run: RAILS_ENV=test bundle exec rails assets:precompile
name: Precompile assets
working-directory: ./spec/decidim_dummy_app/
Expand Down

0 comments on commit 1ca79c5

Please sign in to comment.