summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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: |