summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-09-24 10:39:03 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-09-26 09:29:33 +0200
commit49e5c25afb8499fa08d664ecee8488f25901347c (patch)
treeac2a20d6d85987fc30f8c6d60a47f5138c7bd5ff /.github/workflows
parent8de2c04342520dbedad63c83752a9d355bd60165 (diff)
downloadmullvadvpn-49e5c25afb8499fa08d664ecee8488f25901347c.tar.xz
mullvadvpn-49e5c25afb8499fa08d664ecee8488f25901347c.zip
Add Fedora 41 to E2E workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desktop-e2e.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 04bd820a3d..d386078d4e 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -15,8 +15,8 @@ on:
oses:
description: "Space-delimited list of targets to run tests on, e.g. `debian11 debian12`. \
Available images are:\n
- `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora40 \
- fedora39 windows10 windows11 macos12 macos13 macos14 macos15`."
+ `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora39 \
+ fedora40 fedora41 windows10 windows11 macos12 macos13 macos14 macos15`."
default: ''
required: false
type: string
@@ -38,7 +38,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","fedora40","fedora39"]'
+ all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora39","fedora40","fedora41"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then