Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 46c0e07

Browse files
committed
feat: action.yml fixed
Signed-off-by: Animesh <[email protected]>
1 parent 554bca8 commit 46c0e07

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

action.yml

-10
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ inputs:
1414
description: Delay between each test cases
1515
required: false
1616
default: 10
17-
18-
outputs:
19-
passed:
20-
description: Count of passed tests
21-
failed:
22-
description: Count of failed tests
23-
skipped:
24-
description: Count of skipped tests
25-
time:
26-
description: Test execution time [ms]
2717

2818
runs:
2919
using: "composite"

install.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ echo 'mod download'
1919
go build -o application
2020
echo 'go build -o application .'
2121

22-
sudo -E keploy test -c "./application" --delay ${DELAY} --debug
23-
echo sudo -E keploy test -c "./application" --delay ${DELAY}
22+
echo 'Test Mode Starting 🎉'
23+
24+
pwd && sudo -E env "PATH=$PATH" keploy test -c "./application" --delay ${DELAY} --debug
25+
echo sudo -E env "PATH=$PATH" keploy test -c "./application" --delay ${DELAY}

0 commit comments

Comments
 (0)