diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index d552817..c991147 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -15,6 +15,10 @@ jobs: Test1: runs-on: ubuntu-latest needs: [Prepare-Tests-Matrix] + name: IP '${{ matrix.tests.name }}' Test '${{ matrix.tests.test }}' + strategy: + fail-fast: false + matrix: ${{ fromJSON(needs.Prepare-Tests-Matrix.outputs.test) }} steps: - name: Check out repository code uses: actions/checkout@v4