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 @@ -298,7 +298,6 @@ jobs:
298
298
# A directory with all the binaries is required to run test-manager.
299
299
# The test scripts which runs in CI expects this folder to be available as the `TEST_DIST_DIR` variable.
300
300
export TEST_DIST_DIR="${{ github.workspace }}/bin/"
301
- git fetch --tags --prune-tags --force
302
301
export TEST_FILTERS="${{ github.event.inputs.tests }}"
303
302
ls -la "$TEST_DIST_DIR"
304
303
./test/scripts/run/ci.sh ${{ matrix.os }}
@@ -390,7 +389,6 @@ jobs:
390
389
env :
391
390
CURRENT_VERSION : ${{needs.get-app-version.outputs.mullvad-version}}
392
391
run : |
393
- git fetch --tags --prune-tags --force
394
392
export TEST_FILTERS="${{ github.event.inputs.tests }}"
395
393
./test/scripts/run/ci.sh ${{ matrix.os }}
396
394
- name : Upload test report
@@ -466,7 +464,6 @@ jobs:
466
464
env :
467
465
CURRENT_VERSION : ${{needs.get-app-version.outputs.mullvad-version}}
468
466
run : |
469
- git fetch --tags --prune-tags --force
470
467
export TEST_FILTERS="${{ github.event.inputs.tests }}"
471
468
./test/scripts/run/ci.sh ${{ matrix.os }}
472
469
- name : Upload test report
You can’t perform that action at this time.
0 commit comments