Wrap the long run lines to make yamllint happy.
- name: "Checkout Repository"
uses: actions/checkout@v6
- name: "TEST-${{ matrix.config.test }}"
- run: TEST_CONTAINER_COMMAND="apk add ${{ matrix.config.deps }}" ./test/test-container.sh "TEST-${{ matrix.config.test }}" ${{ matrix.config.test }}
+ run: >
+ TEST_CONTAINER_COMMAND="apk add ${{ matrix.config.deps }}"
+ ./test/test-container.sh "TEST-${{ matrix.config.test }}" ${{ matrix.config.test }}
- name: "Checkout Repository"
uses: actions/checkout@v6
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
- run: TEST_DRACUT_ARGS="--hostonly-mode strict" ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+ run: >
+ TEST_DRACUT_ARGS="--hostonly-mode strict"
+ ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
- name: "Checkout Repository"
uses: actions/checkout@v6
- name: "TEST-${{ matrix.config.test }}"
- run: TEST_CONTAINER_COMMAND="zypper --non-interactive install ${{ matrix.config.deps }}" ./test/test-container.sh "TEST-${{ matrix.config.test }}" ${{ matrix.config.test }}
+ run: >
+ TEST_CONTAINER_COMMAND="zypper --non-interactive install ${{ matrix.config.deps }}"
+ ./test/test-container.sh "TEST-${{ matrix.config.test }}" ${{ matrix.config.test }}
- name: "Checkout Repository"
uses: actions/checkout@v6
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
- run: USE_NETWORK=${{ matrix.network }} CONFIGURE_ARG='--enable-network-legacy' ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+ run: >
+ USE_NETWORK=${{ matrix.network }} CONFIGURE_ARG='--enable-network-legacy'
+ ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
- name: "Checkout Repository"
uses: actions/checkout@v6
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
- run: TEST_DRACUT_ARGS="--omit systemd" ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+ run: >
+ TEST_DRACUT_ARGS="--omit systemd"
+ ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
- name: "Checkout Repository"
uses: actions/checkout@v6
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
- run: USE_NETWORK=${{ matrix.network }} ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+ run: >
+ USE_NETWORK=${{ matrix.network }}
+ ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
- name: "Checkout Repository"
uses: actions/checkout@v6
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
- run: USE_NETWORK=${{ matrix.network }} ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+ run: >
+ USE_NETWORK=${{ matrix.network }}
+ ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
network-iscsi:
needs: basic
name: ${{ matrix.test }} on ${{ matrix.container }}
- name: "Checkout Repository"
uses: actions/checkout@v6
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
- run: USE_NETWORK=${{ matrix.network }} ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+ run: >
+ USE_NETWORK=${{ matrix.network }}
+ ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
network-nbd:
needs: basic
name: ${{ matrix.test }} on ${{ matrix.container }}
- name: "Checkout Repository"
uses: actions/checkout@v6
- name: "${{ matrix.container }} TEST-${{ matrix.test }}"
- run: USE_NETWORK=${{ matrix.network }} ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
+ run: >
+ USE_NETWORK=${{ matrix.network }}
+ ./test/test-container.sh "TEST-${{ matrix.test }}" ${{ matrix.test }}
arm64:
needs: basic
name: ${{ matrix.test }} on ${{ matrix.container }} on arm64