Skip to content

Commit

Permalink
Add output for files in ci for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Nov 4, 2024
1 parent 3821787 commit db9b603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: generate-file-list
run: |
FILES=$(ls -1 "./frontend/cypress/e2e/" | jq -R . | jq -s .)
echo "file_list=${{toJSON(FILES)}}" >> "$GITHUB_OUTPUT"
echo $FILES
e2e:
needs: get-e2e-files
Expand Down

0 comments on commit db9b603

Please sign in to comment.