Skip to content

Commit

Permalink
test: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Dec 15, 2022
1 parent d076301 commit bb808fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/preload.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ global_helpers.isCI = function(_)
return false
end

-- v0.9
global_helpers.is_ci = function()
return false
end

local helpers = require('test.functional.helpers')(nil)
local gs_helpers = require('test.gs_helpers')

0 comments on commit bb808fc

Please sign in to comment.