File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ jobs:
295
295
# A directory with all the binaries is required to run test-manager.
296
296
# The test scripts which runs in CI expects this folder to be available as the `TEST_DIST_DIR` variable.
297
297
export TEST_DIST_DIR="${{ github.workspace }}/bin/"
298
- git fetch --tags --prune-tags --force
299
298
export TEST_FILTERS="${{ github.event.inputs.tests }}"
300
299
ls -la "$TEST_DIST_DIR"
301
300
./test/scripts/run/ci.sh ${{ matrix.os }}
@@ -388,7 +387,6 @@ jobs:
388
387
env :
389
388
CURRENT_VERSION : ${{needs.get-app-version.outputs.mullvad-version}}
390
389
run : |
391
- git fetch --tags --prune-tags --force
392
390
export TEST_FILTERS="${{ github.event.inputs.tests }}"
393
391
./test/scripts/run/ci.sh ${{ matrix.os }}
394
392
- name : Upload test report
@@ -465,7 +463,6 @@ jobs:
465
463
env :
466
464
CURRENT_VERSION : ${{needs.get-app-version.outputs.mullvad-version}}
467
465
run : |
468
- git fetch --tags --prune-tags --force
469
466
export TEST_FILTERS="${{ github.event.inputs.tests }}"
470
467
./test/scripts/run/ci.sh ${{ matrix.os }}
471
468
- name : Upload test report
You can’t perform that action at this time.
0 commit comments