Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: James Talton <[email protected]>
  • Loading branch information
jamestalton committed Aug 29, 2024
1 parent 35a4a5b commit f95c47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f95c47b

Please sign in to comment.