Skip to content

Commit

Permalink
add chrome 119
Browse files Browse the repository at this point in the history
add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome

add chrome
  • Loading branch information
Raksha-Bharuka committed Sep 23, 2024
1 parent bad8795 commit 98ae8b0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,20 @@ jobs:
php-version: ${{ matrix.php-version }}
coverage: xdebug

# Commenting out to use the latest chrome and chromedriver versions.
- name: Setup Chrome
uses: browser-actions/[email protected]
id: setup-chrome
with:
chrome-version: 119
install-chromedriver: true

- run: |
CHROME_BIN="${{ steps.setup-chrome.outputs.chrome-path }}"
sudo ln -sf "$CHROME_BIN" /usr/bin/
CHROMEDRIVER_BIN="${{ steps.setup-chrome.outputs.chromedriver-path }}"
sudo ln -sf "$CHROMEDRIVER_BIN" /usr/bin/
# Commenting out to use the latest chrome and chromedriver versions.
# - name: Install google-chrome-stable
# run: |
# # Remove existing google chrome and install required version.
Expand Down

0 comments on commit 98ae8b0

Please sign in to comment.