]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: fix syntax error for extra integration tests
authorJo Zzsi <jozzsicsataban@gmail.com>
Sun, 18 May 2025 11:33:40 +0000 (07:33 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 18 May 2025 13:46:04 +0000 (09:46 -0400)
.github/workflows/integration-extra.yml

index 907178a77574c1bc204d29fc448d59b1242853b2..6127d2dd948662d3736aa61f9f149ffba0652722 100644 (file)
@@ -59,13 +59,13 @@ jobs:
                 exclude:
                     # https://github.com/dracut-ng/dracut-ng/issues/1224
                     - container: gentoo:amd64-openrc
-                    test: "43"
+                      test: "43"
                     # https://github.com/dracut-ng/dracut-ng/issues/1315
                     - container: azurelinux:3.0
-                    test: "41"
+                      test: "41"
                     # https://github.com/dracut-ng/dracut-ng/issues/1314
                     - container: azurelinux:3.0
-                    test: "43"
+                      test: "43"
         container:
             image: ghcr.io/dracut-ng/${{ matrix.container }}-amd
             options: '--device=/dev/kvm --privileged'