From 003aa75ad36a7ae7a0818f4e1acad22568ab913d Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sun, 21 Jun 2020 22:16:48 +0100 Subject: [PATCH] Give up trying to print Firefox version on Windows --- .github/workflows/e2e.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 30a97dd1..58eb50a3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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'