From 03bf10890438dbed036f80a4b4c1f4a43cf27fff Mon Sep 17 00:00:00 2001 From: Kareem Farid Date: Thu, 4 Apr 2024 23:40:52 +0200 Subject: [PATCH] Try out matrix --- .github/workflows/action.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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