Skip to content

Commit

Permalink
Update CI Config: Temporarily pin chromedriver version to avoid to do…
Browse files Browse the repository at this point in the history
…wnload missing version
  • Loading branch information
nanego committed Aug 3, 2023
1 parent 29e80ce commit c772f73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/4_2_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
- name: Set up chromedriver
uses: nanasess/setup-chromedriver@master
with:
# TODO: Unpin when nanasess/setup-chromedriver#199 is fixed:
# https://github.com/nanasess/setup-chromedriver/issues/199
chromedriver-version: '115.0.5790.102'
- run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/5_0_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
- name: Set up chromedriver
uses: nanasess/setup-chromedriver@master
with:
# TODO: Unpin when nanasess/setup-chromedriver#199 is fixed:
# https://github.com/nanasess/setup-chromedriver/issues/199
chromedriver-version: '115.0.5790.102'
- run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
- name: Set up chromedriver
uses: nanasess/setup-chromedriver@master
with:
# TODO: Unpin when nanasess/setup-chromedriver#199 is fixed:
# https://github.com/nanasess/setup-chromedriver/issues/199
chromedriver-version: '115.0.5790.102'
- run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
Expand Down

0 comments on commit c772f73

Please sign in to comment.