Skip to content

Commit afa2f5d

Browse files
committed
Skip fetching git tags before running tests
It was only needed to run `mullvad-version`
1 parent 9e2ea22 commit afa2f5d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/desktop-e2e.yml

-3
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ jobs:
295295
# A directory with all the binaries is required to run test-manager.
296296
# The test scripts which runs in CI expects this folder to be available as the `TEST_DIST_DIR` variable.
297297
export TEST_DIST_DIR="${{ github.workspace }}/bin/"
298-
git fetch --tags --prune-tags --force
299298
export TEST_FILTERS="${{ github.event.inputs.tests }}"
300299
ls -la "$TEST_DIST_DIR"
301300
./test/scripts/run/ci.sh ${{ matrix.os }}
@@ -388,7 +387,6 @@ jobs:
388387
env:
389388
CURRENT_VERSION: ${{needs.get-app-version.outputs.mullvad-version}}
390389
run: |
391-
git fetch --tags --prune-tags --force
392390
export TEST_FILTERS="${{ github.event.inputs.tests }}"
393391
./test/scripts/run/ci.sh ${{ matrix.os }}
394392
- name: Upload test report
@@ -465,7 +463,6 @@ jobs:
465463
env:
466464
CURRENT_VERSION: ${{needs.get-app-version.outputs.mullvad-version}}
467465
run: |
468-
git fetch --tags --prune-tags --force
469466
export TEST_FILTERS="${{ github.event.inputs.tests }}"
470467
./test/scripts/run/ci.sh ${{ matrix.os }}
471468
- name: Upload test report

0 commit comments

Comments
 (0)