From 6cb2ff2af909d956cf19522143d221b843db9b40 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 22 Jan 2024 16:04:05 +0100 Subject: [PATCH] fix: gateway api conformance tests --- .github/workflows/test-conformance.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-conformance.yaml b/.github/workflows/test-conformance.yaml index 70e2cbe7c..488bf452f 100644 --- a/.github/workflows/test-conformance.yaml +++ b/.github/workflows/test-conformance.yaml @@ -5,7 +5,8 @@ on: branches: - '*' paths: - - 'pkg/provider/kubernetes/gateway' + - 'pkg/provider/kubernetes/gateway/**' + - 'integration/k8s_conformance_test.go' env: GO_VERSION: '1.21'