Skip to content

Commit

Permalink
Fix env var setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 8, 2024
1 parent e7c2e7d commit b1d809f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ jobs:
with:
chrome-version: 114
install-dependencies: true
- run: $env:WD_CHROME_PATH = '${{ steps.setup-chrome.outputs.chrome-path }}'
- name: Run tests
run: bundle exec rake spec
run: $env:WD_CHROME_PATH = '${{ steps.setup-chrome.outputs.chrome-path }}'; bundle exec rake spec

test-macos:
runs-on: macos-13
Expand Down

0 comments on commit b1d809f

Please sign in to comment.