diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-10-05 00:20:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-05 00:20:41 +0200 |
| commit | 78b591d52ac05bdea98e86974411f22c55f43796 (patch) | |
| tree | 2db08dfdb7ea170802ab98603436ee85082e4395 /.github/workflows/test.yml | |
| parent | 91fa55f97162092060f602758a55c87088073e1f (diff) | |
| parent | 2558e488f35334d75f662cb94dc2122f68c7740a (diff) | |
| download | monitoring-plugins-78b591d52ac05bdea98e86974411f22c55f43796.tar.gz | |
Merge pull request #2023 from sni/make_rawhide_tests_optional
add new github test workflow for debian:testing and fedora:rawhide
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33220d6d..77ca6585 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -54,7 +54,6 @@ jobs: | |||
| 54 | matrix: | 54 | matrix: |
| 55 | include: | 55 | include: |
| 56 | - {"distro": "fedora:latest", "build": ".github/mock.sh"} | 56 | - {"distro": "fedora:latest", "build": ".github/mock.sh"} |
| 57 | - {"distro": "fedora:rawhide", "build": ".github/mock.sh"} | ||
| 58 | - {"distro": "rockylinux:8", "build": ".github/mock.sh"} | 57 | - {"distro": "rockylinux:8", "build": ".github/mock.sh"} |
| 59 | - {"distro": "almalinux:9", "build": ".github/mock.sh"} | 58 | - {"distro": "almalinux:9", "build": ".github/mock.sh"} |
| 60 | # - {"distro": "oraclelinux:9", "build": ".github/mock.sh"} | 59 | # - {"distro": "oraclelinux:9", "build": ".github/mock.sh"} |
