From d6fd3775f9789a0e7f870c2062aab0d11fd2fb59 Mon Sep 17 00:00:00 2001 From: Animesh Date: Tue, 17 Oct 2023 20:51:18 +0530 Subject: [PATCH] feat: new framwork support added Signed-off-by: Animesh --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 3dd8d4a..22d72fa 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,6 @@ runs: cd ${GITHUB_WORKSPACE}/${WORKDIR}/keploy/testReports ls cat ${GITHUB_WORKSPACE}/${WORKDIR}/testSets.yml - cat ${GITHUB_WORKSPACE}/${WORKDIR}/testReports.yml iterations=$(find . -type f -iname "report-*.yaml" | wc -l) echo "$iterations" for ((i=1 ; i<=$iterations; ++i))