diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-03-08 15:25:34 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-03-08 15:25:34 +0100 |
| commit | 09f87bbe4f0e2256e16e9c7c86a5d543c4068421 (patch) | |
| tree | fc39c8a4399312619a449aa38a02bf9a2b8d3ebe | |
| parent | c42732bc5ea321c08f93fc9966587f3937c84026 (diff) | |
| parent | c5b3a09e8fd1318180bce7937b1bb03bdea36e8b (diff) | |
| download | mullvadvpn-09f87bbe4f0e2256e16e9c7c86a5d543c4068421.tar.xz mullvadvpn-09f87bbe4f0e2256e16e9c7c86a5d543c4068421.zip | |
Merge branch 'e2e-target-list'
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 5 |
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 |
