Skip to content

Commit ebaebbd

Browse files
author
Aaron Roller
committed
difficulty finding detection using releative path
exposed from external runner AM-337/gtest
1 parent 5568c30 commit ebaebbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ echo ::set-output name=report-name::"$report_name_escaped" #to provide a global
4949

5050
# report non zero exit code if any failure or error detected
5151
if "$fail" == "true";then
52-
./detection.sh "$results"
52+
/detection.sh "$results"
5353
fi

0 commit comments

Comments
 (0)