Skip to content

Commit

Permalink
Merge branch 'add-ubuntu-2410-beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Sep 25, 2024
2 parents a6c6d5d + cc18727 commit 41b7988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
oses:
description: "Space-delimited list of targets to run tests on, e.g. `debian11 debian12`. \
Available images are:\n
`debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 fedora40 \
`debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora40 \
fedora39 windows10 windows11 macos12 macos13 macos14 macos15`."
default: ''
required: false
Expand All @@ -38,7 +38,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","ubuntu2404","fedora40","fedora39"]'
all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora40","fedora39"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then
Expand Down

0 comments on commit 41b7988

Please sign in to comment.