Skip to content

Commit

Permalink
Print matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrzajac committed Oct 19, 2023
1 parent 710767a commit f627ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
}
if ($matrix.package_module.count -gt 0) { $matrix.package_module = @("Core") + $matrix.package_module }
"MATRIX=$($matrix | ConvertTo-JSON -Compress)" >> $env:GITHUB_OUTPUT
- run: Write-Output "Matrix:${{ steps.set-matrix.outputs.MATRIX }}, MatrixJSON:${{ fromJSON(steps.set-matrix.outputs.MATRIX) }}"
- name: 📥 checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f627ccb

Please sign in to comment.