mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Print firefox version on E2E tests
This commit is contained in:
parent
48a514e281
commit
27fa503248
1 changed files with 3 additions and 0 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
@ -69,6 +69,9 @@ jobs:
|
|||
choco install firefoxesr
|
||||
echo "::add-path::C:\Program Files\Mozilla Firefox"
|
||||
|
||||
- name: Print Firefox version
|
||||
run: firefox --version
|
||||
|
||||
- name: Build and test (Firefox)
|
||||
uses: nick-invision/retry@v1
|
||||
if: matrix.browser != 'chrome'
|
||||
|
|
Loading…
Add table
Reference in a new issue