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 cef7fdf commit d1ca6b4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ runs:
echo "$(find /${GITHUB_WORKSPACE}/${WORKDIR}/keploy/ -type d -name 'test-set-*' | wc -l)" > ${GITHUB_WORKSPACE}/${WORKDIR}/testSets.yml
cd ${GITHUB_WORKSPACE}/${WORKDIR}/keploy/testReports
ls
cat ${GITHUB_WORKSPACE}/${WORKDIR}/keploy/testReports/report-1.yaml
cat ${GITHUB_WORKSPACE}/${WORKDIR}/keploy/testReports/report-1.yaml >> $GITHUB_OUTPUT
echo "$(find "$@" -type f | wc -l)" > ${GITHUB_WORKSPACE}/${WORKDIR}/testReports.yml
cat ${GITHUB_WORKSPACE}/${WORKDIR}/testSets.yml
cat ${GITHUB_WORKSPACE}/${WORKDIR}/testReports.yml
Expand All @@ -64,3 +61,8 @@ runs:
DELAY: ${{ inputs.delay }}
COMMAND : ${{ inputs.command }}
KEPLOY_PATH: ${{inputs.keploy-path}}
- name: Upload TestReport
uses: actions/upload-artifact@v3
with:
name: keploy-test-report-summary
path: ${GITHUB_WORKSPACE}/${WORKDIR}/keploy/testReports/report-*.yaml

0 comments on commit d1ca6b4

Please sign in to comment.