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 56d898f commit 50b2b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ runs:
name: Run Script
run: |
${GITHUB_ACTION_PATH}/install.sh
${GITHUB_ACTION_PATH}/install.sh > ${GITHUB_WORKSPACE}/${WORKDIR}/TestReport.txt
rm TestReport.txt temp.yml
sudo -E keploy test -c "${COMMAND}" --delay ${DELAY} --path ${KEPLOY_PATH} > ${GITHUB_WORKSPACE}/${WORKDIR}/TestReport.txt
sed -i 's/no of test cases: //g' ${GITHUB_WORKSPACE}/${WORKDIR}/TestReport.txt > ${GITHUB_WORKSPACE}/${WORKDIR}/temp.yml
cd ${GITHUB_WORKSPACE}/${WORKDIR}/keploy/testReports
ls
Expand Down

0 comments on commit 50b2b53

Please sign in to comment.