summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-05-03 11:30:56 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-05-07 10:02:18 +0200
commitf03f07aad54d73fc913b4fb7eb3bebbd100730d3 (patch)
tree0740cdbc14959e8698dabcdbf2d85f24a5ac1617 /.github/workflows
parentd2f67383372a457d178c91ebf62ddcf2400a559a (diff)
downloadmullvadvpn-f03f07aad54d73fc913b4fb7eb3bebbd100730d3.tar.xz
mullvadvpn-f03f07aad54d73fc913b4fb7eb3bebbd100730d3.zip
Run integration tests for Ubuntu 24.04
Diffstat (limited to '.github/workflows')
-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 c1e4624895..1aeafb9998 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. `debian11 debian12`. \
Available images are:\n
- `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2304 ubuntu2310 fedora39 \
+ `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2304 ubuntu2310 ubuntu2404 fedora39 \
fedora38 fedora37 fedora36 windows10 windows11 macos12 macos13 macos14`."
default: ''
required: false
@@ -29,7 +29,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","ubuntu2304","ubuntu2310","fedora39","fedora38","fedora37","fedora36"]'
+ all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","ubuntu2404","fedora39","fedora38","fedora37","fedora36"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then