Skip to content

Commit

Permalink
ci: fix ci problem
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyDluffy6017 authored and membphis committed Sep 29, 2023
1 parent e834570 commit 5b04974
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rockspecs/lua-resty-healthcheck-api7-master-0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ description = {
}

dependencies = {
"lua-resty-worker-events = 1.0.0",
"penlight ~> 1.7",
"lua-resty-worker-events ~> 2",
"penlight >= 1.7.0",
"lua-resty-timer ~> 1"
}
build = {
type = "builtin",
modules = {
["resty.healthcheck"] = "lib/resty/healthcheck.lua",
}
}
}
1 change: 1 addition & 0 deletions t/get_target_list.t
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ qq{
}
--- request
GET /t
--- timeout: 5

0 comments on commit 5b04974

Please sign in to comment.