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 82bd73f commit 816098c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
keploy-path:
description: Path to keploy
required: true
default: /
default: ./
outputs:
test-report:
description: Keploy Test report
Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ if [[ "$COMMAND" =~ .*"go".* ]]; then
go mod download
go build -o application
echo 'Test Mode Starting 🎉'
echo sudo -E keploy test -c "./application" --delay ${DELAY} --path ${KEPLOY_PATH}
sudo -E keploy test -c "./application" --delay ${DELAY} --path ${KEPLOY_PATH}
echo sudo -E keploy test -c "./application" --delay ${DELAY} --path=${KEPLOY_PATH}
sudo -E keploy test -c "./application" --delay ${DELAY} --path=${KEPLOY_PATH}

elif [[ "$COMMAND" =~ .*"node".* ]]; then
echo "Node is present."
Expand Down

0 comments on commit 816098c

Please sign in to comment.