bf345f3 unfortunately included incorrect syntax.
This commit fixes the syntax for the GitHub Action.
- "50"
- "80"
- "81"
+ exclude:
+ # https://github.com/dracut-ng/dracut-ng/issues/1590
+ - container: ubuntu:devel
+ test: "30"
container:
image: ghcr.io/dracut-ng/${{ matrix.container }}-amd
options: '--device=/dev/kvm'
uses: actions/checkout@v5
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
run: ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
- exclude:
- # https://github.com/dracut-ng/dracut-ng/issues/1590
- - container: ubuntu:devel
- test: "30"
extended-systemd:
needs: basic