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 7ea5e6b commit 48d5e07
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: |
chromepath="$steps.setup-chrome.outputs.chrome-path"
cdpath="$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 48d5e07

Please sign in to comment.