summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-10-24 09:50:46 +0200
committerDavid Lönnhager <david.l@mullvad.net>2023-10-24 09:50:46 +0200
commitf6a6bfabfa84b2f7b52cece1fe689800b0e050a7 (patch)
tree76cd2c3a994b418258ff154edd44863cd5da3c7d /.github/workflows
parentf54f4b9fc6fb4b395cade93c096344717e56bb87 (diff)
parent3aabe487c6247a053d11dac345215737cee7cfb0 (diff)
downloadmullvadvpn-f6a6bfabfa84b2f7b52cece1fe689800b0e050a7.tar.xz
mullvadvpn-f6a6bfabfa84b2f7b52cece1fe689800b0e050a7.zip
Merge branch 'test-cleanup-probes'
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desktop-e2e.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index b28e70232d..86cf45345e 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
+ with:
+ fetch-tags: true
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
@@ -30,6 +32,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
+ with:
+ fetch-tags: true
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
@@ -45,6 +49,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
+ with:
+ fetch-tags: true
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |