Skip to content

Commit

Permalink
Output files in generate file action too
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Nov 5, 2024
1 parent b83f35b commit 824d529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
id: generate-file-list
run: |
FILES=$(find frontend/cypress/e2e -type f -exec basename {} \; | jq -R . | jq -s . | jq -c)
echo $FILES
echo "file_list=$FILES" >> $GITHUB_OUTPUT
e2e:
Expand Down

0 comments on commit 824d529

Please sign in to comment.