From dfbad4bdbee49b43fa4d7c1ecb5373fe5589c640 Mon Sep 17 00:00:00 2001 From: Marek Fedorovic Date: Mon, 1 Jul 2024 17:26:47 +1000 Subject: [PATCH] feat: Implement Post Test Actions --- post-test-actions/scripts/find-reports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-test-actions/scripts/find-reports.sh b/post-test-actions/scripts/find-reports.sh index 3b0c3d2..fca8def 100755 --- a/post-test-actions/scripts/find-reports.sh +++ b/post-test-actions/scripts/find-reports.sh @@ -2,4 +2,4 @@ DIR=$1 -find ${DIR} -name pit-report.json \ No newline at end of file +find ${DIR} -name pit-report.json | grep -v "report_repo_tmp" \ No newline at end of file