Skip to content

Commit

Permalink
feat: Implement Post Test Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Jul 1, 2024
1 parent c84940c commit dfbad4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-test-actions/scripts/find-reports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

DIR=$1

find ${DIR} -name pit-report.json
find ${DIR} -name pit-report.json | grep -v "report_repo_tmp"

0 comments on commit dfbad4b

Please sign in to comment.