Skip to content

Commit

Permalink
test.yml: install geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed May 25, 2024
1 parent fc72687 commit c1cb477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
run: |
brew install --cask firefox@developer-edition
echo "/Applications/Firefox Developer Edition.app/Contents/MacOS/" >> $GITHUB_PATH
brew install geckodriver
dirname "$(find /opt/homebrew/Cellar/geckodriver -iname geckodriver -type f -perm +111)" >> $GITHUB_PATH
- name: Install Firefox Dev Edition (Windows)
if: matrix.browser == 'firefox' && matrix.os == 'windows'
run: |
Expand Down

0 comments on commit c1cb477

Please sign in to comment.