]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: no need to set USE_NETWORK for default networking
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 29 Jun 2024 17:37:23 +0000 (13:37 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Mon, 1 Jul 2024 09:02:03 +0000 (05:02 -0400)
.github/workflows/integration.yml

index 5fe00d3a1473ae3c00051fbbcd29fee0bd956566..2d3757764947fb3b008b969ed0bfe5ed1fa02498 100644 (file)
@@ -40,7 +40,7 @@ jobs:
             -   name: "${{ matrix.container }} TEST-${{ matrix.test }}"
                 run: ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
     network:
-        name: ${{ matrix.test }} on ${{ matrix.container }} using ${{ matrix.network }}
+        name: ${{ matrix.test }} on ${{ matrix.container }}
         runs-on: ubuntu-latest
         timeout-minutes: 45
         concurrency:
@@ -51,9 +51,6 @@ jobs:
                 container: [
                         "fedora",
                 ]
-                network: [
-                        "network",
-                ]
                 test: [
                         "20",
                         "40",
@@ -68,7 +65,7 @@ jobs:
             -   name: "Checkout Repository"
                 uses: actions/checkout@v4
             -   name: "${{ matrix.container }} TEST-${{ matrix.test }}"
-                run: USE_NETWORK=${{ matrix.network }} ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+                run: ./tools/test-github.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
     network-legacy:
         name: ${{ matrix.test }} on ${{ matrix.container }} using ${{ matrix.network }}
         runs-on: ubuntu-latest