summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desktop-e2e.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 1a1abdcbb0..b0ae490dba 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -158,7 +158,7 @@ jobs:
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
- git fetch --tags --force
+ git fetch --tags --prune-tags --force
export TEST_FILTERS="${{ github.event.inputs.tests }}"
./test/scripts/ci-runtests.sh ${{ matrix.os }}
- uses: actions/upload-artifact@v3
@@ -234,7 +234,7 @@ jobs:
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
- git fetch --tags --force
+ git fetch --tags --prune-tags --force
export TEST_FILTERS="${{ github.event.inputs.tests }}"
./test/scripts/ci-runtests.sh ${{ matrix.os }}
- uses: actions/upload-artifact@v3
@@ -311,7 +311,7 @@ jobs:
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
- git fetch --tags --force
+ git fetch --tags --prune-tags --force
export TEST_FILTERS="${{ github.event.inputs.tests }}"
./test/scripts/ci-runtests.sh ${{ matrix.os }}
- uses: actions/upload-artifact@v3