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 9f1e093 commit 73c09ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/4_2_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ 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:
install-chromedriver: true

- name: Allow imagemagick to read PDF files
run: |
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/5_1_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ 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:
install-chromedriver: true

- name: Allow imagemagick to read PDF files
run: |
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ 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:
install-chromedriver: true

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

0 comments on commit 73c09ac

Please sign in to comment.