Skip to content

Commit

Permalink
Setup chrome alternative way browser-actions/setup-chrome@latest
Browse files Browse the repository at this point in the history
  • Loading branch information
la-ruby committed Jun 13, 2024
1 parent 13044fd commit 00ca00f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/.github/workflows/test.and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
with:
bundler-cache: true

- name: Chrome for rails system tests
run: |
sudo apt-get -yqq install google-chrome-stable
- name: Setup Chrome
uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable

- name: Install PostgreSQL client
run: |
Expand Down

0 comments on commit 00ca00f

Please sign in to comment.