diff options
| author | datamuc <m@rbfh.de> | 2023-09-25 21:30:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 21:30:32 +0200 |
| commit | 9c1c3fce4388d89a5d201ad731c6a2e115d7d21f (patch) | |
| tree | 2f560dc835be2edb857e3f453241050f75295eba | |
| parent | 719e27ddc2f0b48bcd7fe5584b23e3ce83ddf291 (diff) | |
| download | monitoring-plugins-9c1c3fce4388d89a5d201ad731c6a2e115d7d21f.tar.gz | |
run tests with debian:stable
debian:testing is broken
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77b09f43..eda27907 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -49,10 +49,10 @@ jobs: | |||
| 49 | fail-fast: false | 49 | fail-fast: false |
| 50 | matrix: | 50 | matrix: |
| 51 | distro: | 51 | distro: |
| 52 | - 'debian:testing' | 52 | - 'debian:stable' |
| 53 | #... | 53 | #... |
| 54 | include: | 54 | include: |
| 55 | - distro: 'debian:testing' | 55 | - distro: 'debian:stable' |
| 56 | prepare: .github/prepare_debian.sh | 56 | prepare: .github/prepare_debian.sh |
| 57 | #... | 57 | #... |
| 58 | steps: | 58 | steps: |
