diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-05-15 15:25:57 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-06-25 14:48:31 +0200 |
| commit | 824cc61387006a13e2c95bc015ea50b711634dbb (patch) | |
| tree | 49c47ef35a2a05f43cc42a37a381106b44dfc759 /.github | |
| parent | 54c18a073eb36c86ef3e451d08559e894c96e3aa (diff) | |
| download | mullvadvpn-824cc61387006a13e2c95bc015ea50b711634dbb.tar.xz mullvadvpn-824cc61387006a13e2c95bc015ea50b711634dbb.zip | |
Run integration tests on Fedora 40
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index eb3fcc061f..31b4436da0 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 fedora39 \ - fedora38 fedora37 fedora36 windows10 windows11 macos12 macos13 macos14`." + `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2304 ubuntu2310 ubuntu2404 fedora40 \ + fedora39 fedora38 fedora37 fedora36 windows10 windows11 macos12 macos13 macos14`." default: '' required: false type: string @@ -29,7 +29,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","fedora39","fedora38","fedora37","fedora36"]' + all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","ubuntu2404","fedora40","fedora39","fedora38","fedora37","fedora36"]' oses="${{ github.event.inputs.oses }}" echo "OSES: $oses" if [[ -z "$oses" || "$oses" == "null" ]]; then |
