diff --git a/action.yml b/action.yml index ca89a29..6ea397d 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,8 @@ runs: name: Run Script run: | ${GITHUB_ACTION_PATH}/install.sh - echo "No. of TestSets is $(find . -type d -name 'test-set-*' | wc -l)" >> ${GITHUB_WORKSPACE}/${WORKDIR}/temp1.yml + echo "No. of TestSets is $(find /${GITHUB_WORKSPACE}/${WORKDIR}/keploy/ -type d -name 'test-set-*' | wc -l)" > ${GITHUB_WORKSPACE}/${WORKDIR}/temp.yml + echo "No. of TestSets is $(find /${GITHUB_WORKSPACE}/${WORKDIR}/keploy/ -type d -name 'test-set-*' | wc -l)" > ${GITHUB_WORKSPACE}/${WORKDIR}/temp1.yml cd ${GITHUB_WORKSPACE}/${WORKDIR}/keploy/testReports ls echo "No. of Reports is $(find "$@" -type f | wc -l)" >> ${GITHUB_WORKSPACE}/${WORKDIR}/temp.yml