summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/desktop-e2e.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 511a450cc7..dc6f84a2eb 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -70,11 +70,10 @@ jobs:
path: ~/.cache/mullvad-test/packages
- name: Checkout repository
uses: actions/checkout@v4
- with:
- fetch-tags: true
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
+ git fetch --tags --force
./test/ci-runtests.sh ${{ matrix.os }}
- uses: actions/upload-artifact@v3
if: '!cancelled()'
@@ -140,11 +139,10 @@ jobs:
path: ~/.cache/mullvad-test/packages
- name: Checkout repository
uses: actions/checkout@v4
- with:
- fetch-tags: true
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
+ git fetch --tags --force
./test/ci-runtests.sh ${{ matrix.os }}
- uses: actions/upload-artifact@v3
if: '!cancelled()'
@@ -210,11 +208,10 @@ jobs:
path: ~/Library/Caches/mullvad-test/packages
- name: Checkout repository
uses: actions/checkout@v4
- with:
- fetch-tags: true
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
+ git fetch --tags --force
./test/ci-runtests.sh ${{ matrix.os }}
- uses: actions/upload-artifact@v3
if: '!cancelled()'