Give up trying to print Firefox version on Windows

This commit is contained in:
Oliver Blanthorn 2020-06-21 22:16:48 +01:00
parent 62a7f71a73
commit 003aa75ad3
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -73,10 +73,6 @@ jobs:
if: matrix.os == 'ubuntu' || matrix.os == 'macos'
run: firefox --version
- name: Print Firefox version (Windows)
if: matrix.os == 'windows'
run: firefox.exe -version
- name: Build and test (Firefox)
uses: nick-invision/retry@v1
if: matrix.browser != 'chrome'