summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2025-03-17 18:05:59 +0100
committerSebastian Holmin <sebastian.holmin@mullvad.net>2025-03-18 11:07:47 +0100
commitafa2f5d20dab686d7ac3d13de3d42772ff7a4bb1 (patch)
tree90d586ea5f7d8a713e31789c2c42556576b62fbf /.github
parent9e2ea22aefc071ae18145f417b9b7e029575bdc5 (diff)
downloadmullvadvpn-afa2f5d20dab686d7ac3d13de3d42772ff7a4bb1.tar.xz
mullvadvpn-afa2f5d20dab686d7ac3d13de3d42772ff7a4bb1.zip
Skip fetching git tags before running tests
It was only needed to run `mullvad-version`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/desktop-e2e.yml3
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