Skip to content

Commit

Permalink
use specific chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka committed Sep 16, 2024
1 parent 479f00c commit 7d0ce7c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,17 @@ jobs:
php-version: ${{ matrix.php-version }}
coverage: xdebug

- uses: nanasess/setup-chromedriver@v2
- uses: browser-actions/setup-chrome@v1
with:
chromedriver-version: '106.0'
- run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
chrome-version: 106
install-chromedriver: true
# - uses: nanasess/setup-chromedriver@v2
# with:
# chromedriver-version: '106.0'
# - run: |
# export DISPLAY=:99
# chromedriver --url-base=/wd/hub &
# sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
# Commenting out to use the latest chrome and chromedriver versions.
# - name: Install google-chrome-stable
# run: |
Expand Down

0 comments on commit 7d0ce7c

Please sign in to comment.