Skip to content

Commit 539a24f

Browse files
Don't use ::notice:: since it's pointless (#85)
* Don't use ::notice:: since it's pointless to add a annotation to the workflow run * Make Lint happy * Update docker/entrypoint.sh Co-authored-by: Sarah Sturgeon <[email protected]> --------- Co-authored-by: Sarah Sturgeon <[email protected]>
1 parent d0644af commit 539a24f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ if [ -s "$server/data/gluatest_failures.json" ]; then
167167
echo "::warning:: Test failures detected - Failing workflow"
168168
exit 1
169169
else
170-
echo "::notice:: No test failures detected"
170+
echo "No test failures detected"
171171
exit 0
172172
fi

lua/gluatest/runner/helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local Helpers = {
44
caseIdPrefix = "case_" .. os.time() .. "_",
55
}
66

7-
--- @type GLuaTest_Expect
7+
--- @type fun(subject: any, ...: any): GLuaTest_Expect
88
local expect = include( "gluatest/expectations/expect.lua" )
99

1010
--- @type GLuaTest_StubMaker

0 commit comments

Comments
 (0)