diff --git a/.github/workflows/frontend-test-action.yml b/.github/workflows/frontend-test-action.yml index 4750d9778a..3a7f05b182 100644 --- a/.github/workflows/frontend-test-action.yml +++ b/.github/workflows/frontend-test-action.yml @@ -33,7 +33,7 @@ jobs: - name: Generate file list id: generate-file-list run: | - FILES=$(find frontend/cypress/e2e -type f -exec basename {} \; | jq -R . | jq -s . | jq -c) + FILES=$(ls frontend/cypress/e2e | jq -R . | jq -s . | jq -c) echo $FILES echo "file_list=$FILES" >> $GITHUB_OUTPUT