Skip to content

Commit

Permalink
add chrome to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Feb 22, 2024
1 parent 195bb80 commit 2aa4bd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'

- name: Setup Chrome
uses: browser-actions/[email protected]
with:
version: 114


- name: 'Run database migrations'
env:
Expand Down

0 comments on commit 2aa4bd0

Please sign in to comment.