From 6b23e895c54d12a990052b2360bac2f8550018c3 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Thu, 13 Mar 2025 09:25:50 +0000 Subject: [PATCH] [AAE-30877] - fixed the unit test tasks --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 59e355aa25..1c7dc7aef0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -195,7 +195,7 @@ jobs: MATRIX_JSON=$(echo $AFFECTED | xargs -n1 | jq -R -s -c 'split("\n")[:-1] | map({ "project": . })') MATRIX_JSON=$(echo "$MATRIX_JSON" | tr -d '\n' | sed 's/"$//') echo "Matrix JSON: $MATRIX_JSON" - core.setOutput('matrix', matrix); + echo "matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT unit-tests: if: ${{ needs.generate-affected-matrix.outputs.matrix != '' }} name: "Unit tests for affected project: ${{ matrix.project }}"