]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: fix GA yml
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 7 Sep 2025 00:47:37 +0000 (20:47 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 7 Sep 2025 01:21:55 +0000 (21:21 -0400)
bf345f3 unfortunately included incorrect syntax.

This commit fixes the syntax for the GitHub Action.

.github/workflows/integration.yml

index b4bb1b5dd29823443b594b01a45b81959c6308c9..4689d03ea458aa3048740b9bad950be222494f1f 100644 (file)
@@ -90,6 +90,10 @@ jobs:
                     - "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'
@@ -98,10 +102,6 @@ jobs:
               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