diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-10-22 14:42:23 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-10-22 14:42:23 +0200 |
| commit | 6533665d1fdf9a97e6ea1e36f01ee2f293b4338c (patch) | |
| tree | 1f074c157af70eaa327df4cf2839e4b308bf94df /.github | |
| parent | 8a9c15f4f098c8197c46223bd9a67c734ab020d3 (diff) | |
| parent | 7d06c964239fb8d13e500054058aa926ff4dc3c0 (diff) | |
| download | mullvadvpn-6533665d1fdf9a97e6ea1e36f01ee2f293b4338c.tar.xz mullvadvpn-6533665d1fdf9a97e6ea1e36f01ee2f293b4338c.zip | |
Merge branch 'fix-parsing-of-build-tags-des-1318'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 1a1abdcbb0..b0ae490dba 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -158,7 +158,7 @@ jobs: - name: Run end-to-end tests shell: bash -ieo pipefail {0} run: | - git fetch --tags --force + git fetch --tags --prune-tags --force export TEST_FILTERS="${{ github.event.inputs.tests }}" ./test/scripts/ci-runtests.sh ${{ matrix.os }} - uses: actions/upload-artifact@v3 @@ -234,7 +234,7 @@ jobs: - name: Run end-to-end tests shell: bash -ieo pipefail {0} run: | - git fetch --tags --force + git fetch --tags --prune-tags --force export TEST_FILTERS="${{ github.event.inputs.tests }}" ./test/scripts/ci-runtests.sh ${{ matrix.os }} - uses: actions/upload-artifact@v3 @@ -311,7 +311,7 @@ jobs: - name: Run end-to-end tests shell: bash -ieo pipefail {0} run: | - git fetch --tags --force + git fetch --tags --prune-tags --force export TEST_FILTERS="${{ github.event.inputs.tests }}" ./test/scripts/ci-runtests.sh ${{ matrix.os }} - uses: actions/upload-artifact@v3 |
