Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcampos committed Nov 22, 2022
1 parent e12f018 commit 22ceded
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/functional/preload.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
local global_helpers = require('test.helpers')

-- Bypass CI behaviour logic
global_helpers.isCI = function(_)
global_helpers.is_ci = function(_)
return false
end

global_helpers.isCI = global_helpers.is_ci

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

0 comments on commit 22ceded

Please sign in to comment.