diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-10-23 16:27:19 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-10-24 09:45:17 +0200 |
| commit | 7743b4115801ec627a01dfdda5a40f27590f0557 (patch) | |
| tree | ec15b173fe67f5b39222edc4b52596c1ec10d0d5 | |
| parent | 9afd1842f7c02ce8cde1756f7498102e66a5e83f (diff) | |
| download | mullvadvpn-7743b4115801ec627a01dfdda5a40f27590f0557.tar.xz mullvadvpn-7743b4115801ec627a01dfdda5a40f27590f0557.zip | |
Fetch tags during checkout in e2e tests
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 6 |
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: | |
