diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-09-24 15:33:29 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-09-25 13:50:11 +0200 |
| commit | cc1872756eb3f082c706d545b173f63feb821911 (patch) | |
| tree | 9e45c28b22c1f7f2d27efa3f88d65d7c367a83b1 /.github | |
| parent | a6c6d5dd99b70b7881b61f84bf190fa819fd0a50 (diff) | |
| download | mullvadvpn-cc1872756eb3f082c706d545b173f63feb821911.tar.xz mullvadvpn-cc1872756eb3f082c706d545b173f63feb821911.zip | |
Add Ubuntu 24.10 VM to end-to-end tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 580eb0c6eb..04bd820a3d 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 ubuntu2404 fedora40 \ + `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora40 \ fedora39 windows10 windows11 macos12 macos13 macos14 macos15`." default: '' required: false @@ -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","fedora40","fedora39"]' + all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora40","fedora39"]' oses="${{ github.event.inputs.oses }}" echo "OSES: $oses" if [[ -z "$oses" || "$oses" == "null" ]]; then |
