Skip to content

Commit b7839b3

Browse files
committed
Add e2e to CI
Signed-off-by: Yossi Mesika <[email protected]>
1 parent eec1c0a commit b7839b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-kubernetes-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# May 19, 2025: ~18 minutes
4040
- cluster-name: 'cluster-three'
4141
go-test-args: '-v -timeout=25m'
42-
go-test-run-regex: '^TestKgateway$$/^Deployer$$|^TestKgateway$$/^RouteDelegation$$|^TestKgateway$$/^Lambda$$|^TestKgateway$$/^AccessLog$$|^TestKgateway$$/^LocalRateLimit$$'
42+
go-test-run-regex: '^TestKgateway$$/^Deployer$$|^TestKgateway$$/^RouteDelegation$$|^TestKgateway$$/^Lambda$$|^TestKgateway$$/^AccessLog$$|^TestKgateway$$/^LocalRateLimit$$|^TestKgateway$$/^Cors$$'
4343
localstack: 'true'
4444
# May 19, 2025: ~20 minutes
4545
- cluster-name: 'cluster-four'

0 commit comments

Comments
 (0)