diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-03-04 16:59:44 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-03-08 15:24:55 +0100 |
| commit | c5b3a09e8fd1318180bce7937b1bb03bdea36e8b (patch) | |
| tree | fc39c8a4399312619a449aa38a02bf9a2b8d3ebe /.github/workflows | |
| parent | c42732bc5ea321c08f93fc9966587f3937c84026 (diff) | |
| download | mullvadvpn-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.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 |
