Skip to content

Commit

Permalink
test matrix in pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Feb 7, 2024
1 parent 850c66a commit 082f6d7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
name: Build
runs-on: ubuntu-latest
needs: [matrix-prep]
# strategy:
# matrix:
# # if: ${{matrix.test.if}}

strategy:
matrix: ${{needs.matrix-prep.matrix}}

steps:
- run: echo ${{needs.matrix-prep.matrix}} #${{matrix.test.msg}}
- run: echo ${{matrix}}

0 comments on commit 082f6d7

Please sign in to comment.