Skip to content

Commit

Permalink
update ubuntu version and downgrade chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Oct 11, 2024
1 parent 80c5622 commit 4d86fc0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ env:
RAILS_ENV: test
DATABASE_USERNAME: postgres
DATABASE_PASSWORD: postgres
CHROME_VERSION: 119.0.6045.105

jobs:
test:
name: Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:11
Expand All @@ -36,9 +37,13 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true

- uses: browser-actions/setup-chrome@v1
with:
chrome-version: ${{ env.CHROME_VERSION }}

- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 129.0.6668.89
chromedriver-version: ${{ env.CHROME_VERSION }}

- name: Setup & create Database
run: |
Expand Down

0 comments on commit 4d86fc0

Please sign in to comment.