fix: gateway api conformance tests
This commit is contained in:
parent
5e0855ecc7
commit
6cb2ff2af9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test-conformance.yaml
vendored
3
.github/workflows/test-conformance.yaml
vendored
|
@ -5,7 +5,8 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
paths:
|
paths:
|
||||||
- 'pkg/provider/kubernetes/gateway'
|
- 'pkg/provider/kubernetes/gateway/**'
|
||||||
|
- 'integration/k8s_conformance_test.go'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: '1.21'
|
GO_VERSION: '1.21'
|
||||||
|
|
Loading…
Reference in a new issue