Skip to content

Commit

Permalink
[build] Re-enabling browser-actions/setup-geckodriver@latest.
Browse files Browse the repository at this point in the history
mozilla/geckodriver#2009 got fixed a while ago and getting
the latest geckodriver binary is working again.
  • Loading branch information
whimboo committed Sep 13, 2022
1 parent ffb5026 commit 77be05c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/actions/setup-firefox/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ runs:
uses: browser-actions/setup-firefox@latest
with:
firefox-version: ${{ inputs.version }}
- name: Check GeckoDriver
run: geckodriver --version
shell: bash
# Deactivating until https://github.com/mozilla/geckodriver/issues/2009 gets fixed
# - name: Setup GeckoDriver
# uses: browser-actions/setup-geckodriver@latest
- name: Setup geckodriver
uses: browser-actions/setup-geckodriver@latest

0 comments on commit 77be05c

Please sign in to comment.