diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 49b70dba66..f2ed76df8d 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -295,7 +295,6 @@ jobs: # A directory with all the binaries is required to run test-manager. # The test scripts which runs in CI expects this folder to be available as the `TEST_DIST_DIR` variable. export TEST_DIST_DIR="${{ github.workspace }}/bin/" - git fetch --tags --prune-tags --force export TEST_FILTERS="${{ github.event.inputs.tests }}" ls -la "$TEST_DIST_DIR" ./test/scripts/run/ci.sh ${{ matrix.os }} @@ -388,7 +387,6 @@ jobs: env: CURRENT_VERSION: ${{needs.get-app-version.outputs.mullvad-version}} run: | - git fetch --tags --prune-tags --force export TEST_FILTERS="${{ github.event.inputs.tests }}" ./test/scripts/run/ci.sh ${{ matrix.os }} - name: Upload test report @@ -465,7 +463,6 @@ jobs: env: CURRENT_VERSION: ${{needs.get-app-version.outputs.mullvad-version}} run: | - git fetch --tags --prune-tags --force export TEST_FILTERS="${{ github.event.inputs.tests }}" ./test/scripts/run/ci.sh ${{ matrix.os }} - name: Upload test report |
