Skip to content

Commit

Permalink
Try out matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 4, 2024
1 parent 43f369d commit 03bf108
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03bf108

Please sign in to comment.