Skip to content

Commit

Permalink
add chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Raksha-Bharuka committed Sep 23, 2024
1 parent 31b527e commit 1c18a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
install-chromedriver: true

- run: |
${{ steps.setup-chrome.outputs.chrome-path }}
${{ steps.setup-chrome.outputs.chromedriver-path }}
chromepath="${{ steps.setup-chrome.outputs.chrome-path }}"
cdpath="${{ steps.setup-chrome.outputs.chromedriver-path }}"
# Commenting out to use the latest chrome and chromedriver versions.
# - name: Install google-chrome-stable
Expand Down

0 comments on commit 1c18a92

Please sign in to comment.