mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Give up trying to print Firefox version on Windows
This commit is contained in:
parent
62a7f71a73
commit
003aa75ad3
1 changed files with 0 additions and 4 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue