Skip to content

Commit

Permalink
update workflow test chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Oct 10, 2024
1 parent c5b2179 commit 80c5622
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- name: Set Chrome Version
run: echo "CHROME_VERSION=119.0.6045.105" >> $GITHUB_ENV

- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand All @@ -41,8 +38,7 @@ jobs:

- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105

chromedriver-version: 129.0.6668.89

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

0 comments on commit 80c5622

Please sign in to comment.