Skip to content

Commit e761335

Browse files
committed
Don't fetch git tags before running tests anymore
It was only needed to run `mullvad-version`
1 parent 3062042 commit e761335

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
@@ -298,7 +298,6 @@ jobs:
298298
# A directory with all the binaries is required to run test-manager.
299299
# The test scripts which runs in CI expects this folder to be available as the `TEST_DIST_DIR` variable.
300300
export TEST_DIST_DIR="${{ github.workspace }}/bin/"
301-
git fetch --tags --prune-tags --force
302301
export TEST_FILTERS="${{ github.event.inputs.tests }}"
303302
ls -la "$TEST_DIST_DIR"
304303
./test/scripts/run/ci.sh ${{ matrix.os }}
@@ -390,7 +389,6 @@ jobs:
390389
env:
391390
CURRENT_VERSION: ${{needs.get-app-version.outputs.mullvad-version}}
392391
run: |
393-
git fetch --tags --prune-tags --force
394392
export TEST_FILTERS="${{ github.event.inputs.tests }}"
395393
./test/scripts/run/ci.sh ${{ matrix.os }}
396394
- name: Upload test report
@@ -466,7 +464,6 @@ jobs:
466464
env:
467465
CURRENT_VERSION: ${{needs.get-app-version.outputs.mullvad-version}}
468466
run: |
469-
git fetch --tags --prune-tags --force
470467
export TEST_FILTERS="${{ github.event.inputs.tests }}"
471468
./test/scripts/run/ci.sh ${{ matrix.os }}
472469
- name: Upload test report

0 commit comments

Comments
 (0)