Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
feat: new framwork support added
Browse files Browse the repository at this point in the history
Signed-off-by: Animesh <[email protected]>
  • Loading branch information
Sonichigo committed Oct 17, 2023
1 parent 10ed409 commit d6fd377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d6fd377

Please sign in to comment.