summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorSebastian Holmin <sebastian.holmin@mullvad.net>2024-03-04 16:59:44 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-03-08 15:24:55 +0100
commitc5b3a09e8fd1318180bce7937b1bb03bdea36e8b (patch)
treefc39c8a4399312619a449aa38a02bf9a2b8d3ebe /.github/workflows
parentc42732bc5ea321c08f93fc9966587f3937c84026 (diff)
downloadmullvadvpn-c5b3a09e8fd1318180bce7937b1bb03bdea36e8b.tar.xz
mullvadvpn-c5b3a09e8fd1318180bce7937b1bb03bdea36e8b.zip
Update end-to-end target selection description
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desktop-e2e.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 3a42bb9b3c..3d88d8fc47 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -13,7 +13,10 @@ on:
workflow_dispatch:
inputs:
oses:
- description: 'List of OSes to run tests on, e.g. "debian11 debian12"'
+ 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 \
+ fedora38 fedora37 fedora36 windows10 windows11 macos12 macos13 macos14`."
default: ''
required: false
type: string