Skip to content

Commit

Permalink
inspect the output of the spec finder
Browse files Browse the repository at this point in the history
  • Loading branch information
aledesma-godaddy committed Nov 1, 2023
1 parent c6ef6d0 commit 4a7aaef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-e2e-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
updated_string=[$updated_string]
# Save the matrix array to the output.
echo "matrix=$updated_string" >> $GITHUB_ENV
echo $updated_string
echo "matrix=$updated_string" >> "$GITHUB_OUTPUT"
test_cypress_e2e_changed_files:
needs: setup-matrix
Expand Down

0 comments on commit 4a7aaef

Please sign in to comment.