summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-27 14:02:28 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-08-28 14:52:52 +0200
commitc5974302a84e4359101ba06da4ced91f664a54a1 (patch)
treecf8c4f87dcd811d7af1539877016f433875a0052
parent7390b0245f5b99736fdc8f273500d57c9dc0dce1 (diff)
downloadmullvadvpn-c5974302a84e4359101ba06da4ced91f664a54a1.tar.xz
mullvadvpn-c5974302a84e4359101ba06da4ced91f664a54a1.zip
Add Debian 13 VM to end to end test GHA
-rw-r--r--.github/workflows/desktop-e2e.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 88f87d9b8a..719d6cd89e 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -15,7 +15,7 @@ on:
oses:
description: "Space-delimited list of targets to run tests on, e.g. `debian12 ubuntu2004`. \
Available images:\n
- `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \
+ `debian11 debian12 debian13 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \
fedora39 fedora40 fedora41 fedora42 windows10 windows11 \
macos12 macos13 macos14 macos15 macos26`.\n
Default images:\n
@@ -43,7 +43,7 @@ jobs:
run: |
# A list of VMs to run the tests on. These refer to the names defined
# in $XDG_CONFIG_DIR/mullvad-test/config.json on the runner.
- all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora39","fedora40","fedora41","fedora42"]'
+ all='["debian11","debian12","debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora39","fedora40","fedora41","fedora42"]'
default='["debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora40","fedora41","fedora42"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"