Skip to content

Commit

Permalink
Upgrade chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles authored Sep 25, 2023
1 parent cf4ee3f commit 17ba59c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots
name: Create the screenshots folder
- uses: nanasess/setup-chromedriver@v2
with:
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 All @@ -69,4 +67,4 @@ jobs:
with:
name: screenshots
path: ./spec/decidim_dummy_app/tmp/screenshots
if-no-files-found: ignore
if-no-files-found: ignore

0 comments on commit 17ba59c

Please sign in to comment.