From d0dcfcebf9d8a8133c33c98227ae048d4f7ec5c4 Mon Sep 17 00:00:00 2001 From: Animesh Date: Tue, 17 Oct 2023 21:00:02 +0530 Subject: [PATCH] feat: new framwork support added Signed-off-by: Animesh --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 22d72fa..60aaff5 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ runs: echo "Processing ${i} report.yaml file..." cat "${GITHUB_WORKSPACE}/${WORKDIR}/keploy/testReports/report-${i}.yaml" done - shell: sh + shell: bash env: WORKDIR: ${{ inputs.working-directory }} DELAY: ${{ inputs.delay }}