Skip to content

Commit

Permalink
Update CI Config: Setup chrome driver
Browse files Browse the repository at this point in the history
  • Loading branch information
nanego committed Dec 23, 2024
1 parent 19a7fe4 commit 72c269d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/5_1_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
gsfonts
- name: Set up chromedriver
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 128
install-chromedriver: true
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
- name: Allow imagemagick to read PDF files
run: |
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/6_0_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
gsfonts
- name: Set up chromedriver
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 128
install-chromedriver: true
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
- name: Allow imagemagick to read PDF files
run: |
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
gsfonts
- name: Set up chromedriver
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 128
install-chromedriver: true
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
- name: Allow imagemagick to read PDF files
run: |
Expand Down

0 comments on commit 72c269d

Please sign in to comment.