mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Maybe fix Firefox version print on Windows
This commit is contained in:
parent
27fa503248
commit
62a7f71a73
1 changed files with 6 additions and 1 deletions
7
.github/workflows/e2e.yml
vendored
7
.github/workflows/e2e.yml
vendored
|
@ -69,9 +69,14 @@ jobs:
|
|||
choco install firefoxesr
|
||||
echo "::add-path::C:\Program Files\Mozilla Firefox"
|
||||
|
||||
- name: Print Firefox version
|
||||
- name: Print Firefox version (Unix-like)
|
||||
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