We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42379f6 commit e06c647Copy full SHA for e06c647
1 file changed
.github/actions/setup-firefox/action.yml
@@ -12,5 +12,9 @@ runs:
12
uses: browser-actions/setup-firefox@latest
13
with:
14
firefox-version: ${{ inputs.version }}
15
- - name: Setup GeckoDriver
16
- uses: browser-actions/setup-geckodriver@latest
+ - name: Check GeckoDriver
+ run: geckodriver --version
17
+ shell: bash
18
+# Deactivating until https://github.com/mozilla/geckodriver/issues/2009 gets fixed
19
+# - name: Setup GeckoDriver
20
+# uses: browser-actions/setup-geckodriver@latest
0 commit comments