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 d1ca6b4 commit 477a891
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ runs:
echo "$(find "$@" -type f | wc -l)" > ${GITHUB_WORKSPACE}/${WORKDIR}/testReports.yml
cat ${GITHUB_WORKSPACE}/${WORKDIR}/testSets.yml
cat ${GITHUB_WORKSPACE}/${WORKDIR}/testReports.yml
for i in testReports.yml
for i in $(find "$@" -type f | wc -l)
do
echo "Processing $i report.yaml file..."
echo "${GITHUB_WORKSPACE}/${WORKDIR}/keploy/testReports/report-i.yaml"
cat $i
done
shell: sh
env:
Expand Down

0 comments on commit 477a891

Please sign in to comment.