summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-11 11:55:20 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-11 13:32:21 +0200
commit43e5c55dad8a97fb1432f8ef67f8efec964c1f86 (patch)
tree36c97b4859d1b87c1102988835e935e7d2c75166 /.github/workflows
parent9689ad2cd73e264dfeb6a6796a1085ffb6b4ca92 (diff)
downloadmullvadvpn-43e5c55dad8a97fb1432f8ef67f8efec964c1f86.tar.xz
mullvadvpn-43e5c55dad8a97fb1432f8ef67f8efec964c1f86.zip
Add Fedora 42 VM to end-to-end tests
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desktop-e2e.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index b0624459c9..36da651823 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -16,10 +16,10 @@ on:
description: "Space-delimited list of targets to run tests on, e.g. `debian12 ubuntu2004`. \
Available images:\n
`debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora39 \
- fedora40 fedora41 windows10 windows11 macos12 macos13 macos14 macos15`.\n
+ fedora40 fedora41 fedora42 windows10 windows11 macos12 macos13 macos14 macos15`.\n
Default images:\n
`debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora39 \
- fedora40 fedora41 windows10 windows11 macos13 macos14 macos15`."
+ fedora40 fedora41 fedora42 windows10 windows11 macos13 macos14 macos15`."
default: ''
required: false
type: string
@@ -41,8 +41,8 @@ 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","fedora39","fedora40","fedora41"]'
- default='["debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora39","fedora40","fedora41"]'
+ all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora39","fedora40","fedora41","fedora42"]'
+ default='["debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora40","fedora41","fedora42"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then