From f627ccbafdca276aae295ed32c0c2971e2a428ee Mon Sep 17 00:00:00 2001 From: Piotr Zajac Date: Thu, 19 Oct 2023 16:34:41 +0200 Subject: [PATCH] Print matrix --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 8266d25f..e9c31a4f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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: