diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-10-24 09:50:46 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-10-24 09:50:46 +0200 |
| commit | f6a6bfabfa84b2f7b52cece1fe689800b0e050a7 (patch) | |
| tree | 76cd2c3a994b418258ff154edd44863cd5da3c7d /.github | |
| parent | f54f4b9fc6fb4b395cade93c096344717e56bb87 (diff) | |
| parent | 3aabe487c6247a053d11dac345215737cee7cfb0 (diff) | |
| download | mullvadvpn-f6a6bfabfa84b2f7b52cece1fe689800b0e050a7.tar.xz mullvadvpn-f6a6bfabfa84b2f7b52cece1fe689800b0e050a7.zip | |
Merge branch 'test-cleanup-probes'
Diffstat (limited to '.github')
| -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: | |
