Skip to content

Commit bb808fc

Browse files
committed
test: fix CI
1 parent d076301 commit bb808fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/preload.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ global_helpers.isCI = function(_)
77
return false
88
end
99

10+
-- v0.9
11+
global_helpers.is_ci = function()
12+
return false
13+
end
14+
1015
local helpers = require('test.functional.helpers')(nil)
1116
local gs_helpers = require('test.gs_helpers')
1217

0 commit comments

Comments
 (0)