diff --git a/.github/workflows/component.yml b/.github/workflows/component.yml index 2b23a82762..aa1f233c3d 100644 --- a/.github/workflows/component.yml +++ b/.github/workflows/component.yml @@ -16,7 +16,7 @@ jobs: - name: Generate matrix id: set-matrix run: | - matrix=$(find frontend -type f -name '*.cy.tsx' | awk -F'/' '{print $1"/"$2"/"$3}' | sort -u | sed 's|^frontend/||' jq -R . | jq -s -c .) + matrix=$(find frontend -type f -name '*.cy.tsx' | awk -F'/' '{print $1"/"$2"/"$3}' | sort -u | sed 's|^frontend/||' | jq -R . | jq -s -c .) echo "Matrix value: $matrix" echo "MATRIX=$matrix" >> $GITHUB_OUTPUT