Skip to content

Commit

Permalink
update chromedriver to v2 in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Sep 28, 2023
1 parent 9b386d3 commit e2fe985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
bundle exec rake assets:precompile
- run: mkdir -p ./spec/tmp/screenshots
name: Create the screenshots folder
- uses: nanasess/setup-chromedriver@v1.0.1
- uses: nanasess/setup-chromedriver@v2
- run: bundle exec rspec
name: RSpec
- run: ./.github/upload_coverage.sh $DECIDIM_MODULE $GITHUB_EVENT_PATH
Expand Down

0 comments on commit e2fe985

Please sign in to comment.