From 7c94ee42c7937c40de5a3510ca6703981a8269a3 Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Tue, 8 Oct 2024 12:26:35 +0200 Subject: [PATCH 1/2] Test parametrized test runner Signed-off-by: Yury Tsarev --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index f42c8d6..0cbe1d2 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -6,7 +6,7 @@ on: jobs: e2e: - uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@main + uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@parametrize-uptest-runner with: package-type: configuration secrets: From c76e348f1b0415eb5138b44df3d8e624e88573bd Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Tue, 8 Oct 2024 12:27:50 +0200 Subject: [PATCH 2/2] just test Signed-off-by: Yury Tsarev --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a39ac6e..20d4a59 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Project Setup +# Project Setup just test PROJECT_NAME := configuration-app PROJECT_REPO := github.com/upbound/$(PROJECT_NAME)