diff --git a/.github/workflows/build_nolto.yaml b/.github/workflows/build_nolto.yaml index 7f5d28c8e8..4e794a40e3 100644 --- a/.github/workflows/build_nolto.yaml +++ b/.github/workflows/build_nolto.yaml @@ -521,6 +521,7 @@ jobs: fileName: "winpe_IA32.iso" - name: Run TestConsole + if: always() run: | IFS=', ' read -r -a TARGETS <<< "$TARGETS" IFS=', ' read -r -a ARCHS <<< "$ARCHS" @@ -537,6 +538,7 @@ jobs: TOOLCHAIN: ${{ matrix.package.toolchain }} - name: Run TestLinux + if: always() run: | IFS=', ' read -r -a TARGETS <<< "$TARGETS" IFS=', ' read -r -a ARCHS <<< "$ARCHS" @@ -553,6 +555,7 @@ jobs: TOOLCHAIN: ${{ matrix.package.toolchain }} - name: Run Windows PE + if: always() run: | IFS=', ' read -r -a TARGETS <<< "$TARGETS" IFS=', ' read -r -a ARCHS <<< "$ARCHS" diff --git a/.github/workflows/build_x86.yaml b/.github/workflows/build_x86.yaml index 7309fe1d1e..67e394d432 100644 --- a/.github/workflows/build_x86.yaml +++ b/.github/workflows/build_x86.yaml @@ -624,6 +624,7 @@ jobs: fileName: "winpe_IA32.iso" - name: Run TestConsole + if: always() run: | IFS=', ' read -r -a TARGETS <<< "$TARGETS" IFS=', ' read -r -a ARCHS <<< "$ARCHS" @@ -640,6 +641,7 @@ jobs: TOOLCHAIN: ${{ matrix.package.toolchain }} - name: Run TestLinux + if: always() run: | IFS=', ' read -r -a TARGETS <<< "$TARGETS" IFS=', ' read -r -a ARCHS <<< "$ARCHS" @@ -656,6 +658,7 @@ jobs: TOOLCHAIN: ${{ matrix.package.toolchain }} - name: Run Windows PE + if: always() run: | IFS=', ' read -r -a TARGETS <<< "$TARGETS" IFS=', ' read -r -a ARCHS <<< "$ARCHS"