Skip to content

Commit

Permalink
update chrome setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Apr 4, 2024
1 parent 80e376e commit 49f1a8a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,19 @@ jobs:
name: Create test app
- run: mkdir -p ./spec/decidim_dummy_app/tmp/screenshots
name: Create the screenshots folder
- uses: nanasess/[email protected]
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105
- name: List Chrome
shell: "bash"
run: apt list --installed | grep chrome
- name: Remove Chrome
shell: "bash"
run: sudo apt remove google-chrome-stable
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 119.0.6045.105

- run: RAILS_ENV=test bundle exec rails assets:precompile
name: Precompile assets
working-directory: ./spec/decidim_dummy_app/
Expand Down

0 comments on commit 49f1a8a

Please sign in to comment.