Skip to content

Commit

Permalink
Update CI Config: always use latest chrome drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Jun 20, 2024
1 parent bbd69a9 commit 66edc85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/4_2_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ jobs:
gsfonts
- name: Set up chromedriver
uses: nanasess/setup-chromedriver@master
- run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 128
install-chromedriver: true

- name: Allow imagemagick to read PDF files
run: |
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/5_1_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ jobs:
gsfonts
- name: Set up chromedriver
uses: nanasess/setup-chromedriver@master
- run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 128
install-chromedriver: true

- name: Allow imagemagick to read PDF files
run: |
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ jobs:
gsfonts
- name: Set up chromedriver
uses: nanasess/setup-chromedriver@master
- run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 128
install-chromedriver: true

- name: Allow imagemagick to read PDF files
run: |
Expand Down

0 comments on commit 66edc85

Please sign in to comment.