summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-08-14 11:30:16 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-08-14 11:30:16 +0200
commitcf3a7bd6235502449202f151a3d8723aa08942e2 (patch)
tree037be4f0039cba137bd8a8ec63c5c1171fe492d1
parent0d3c3173de39074ebf7db453d65cb116d9699349 (diff)
parente30ec223ce265cae7704dde4ed7a02b45b90daf9 (diff)
downloadmullvadvpn-cf3a7bd6235502449202f151a3d8723aa08942e2.tar.xz
mullvadvpn-cf3a7bd6235502449202f151a3d8723aa08942e2.zip
Merge branch 'test-remove-unsupported-e2e-distros'
-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 23a612f9ac..9fe7a328c9 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 ubuntu2304 ubuntu2310 ubuntu2404 fedora40 \
- fedora39 fedora38 fedora37 fedora36 windows10 windows11 macos12 macos13 macos14`."
+ `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 fedora40 \
+ fedora39 windows10 windows11 macos12 macos13 macos14`."
default: ''
required: false
type: string
@@ -30,7 +30,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","ubuntu2404","fedora40","fedora39","fedora38","fedora37","fedora36"]'
+ all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","fedora40","fedora39"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then