From eb0069a7dea0cf4545a16eb3aa6be5b1f94bcaa9 Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Mon, 15 Apr 2024 13:56:36 +0800 Subject: [PATCH] tests(ci) add more versions to test lua-kong-nginx-module --- .github/workflows/lint.yml | 8 ++++++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 86f54e5c..2d9d267a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,13 +1,17 @@ name: Lint on: - push: + pull_request: paths: - lib/**.lua - pull_request: + push: + branches: + - master + - release/* paths: - lib/**.lua + jobs: tests: name: Lint diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27529bfa..41c0f466 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,13 +51,13 @@ jobs: openssl: "3.0.13" openssl_fips: "3.0.8" extras: "valgrind perf" - lua_nginx_module: "v0.10.26" + lua_nginx_module: "v0.10.26 lua-kong-nginx-module" lua_resty_core: "v0.1.28" nginx_cc_opts: "-Wno-error" - nginx: "1.25.3" openssl: "3.1.5" openssl_fips: "3.0.8" - extras: "valgrind perf" + extras: "valgrind perf lua-kong-nginx-module" lua_nginx_module: "v0.10.26" lua_resty_core: "v0.1.28" nginx_cc_opts: "-Wno-error"