Skip to content

Commit b441d16

Browse files
committed
ci: enable scale-to-zero e2e tests in Kind CI workflow
1 parent a8e20c3 commit b441d16

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci-pr-checks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ jobs:
6161
shell: bash
6262
run: |
6363
make test-e2e
64+
65+
- name: Run make test-e2e-scale-to-zero
66+
shell: bash
67+
run: |
68+
make test-e2e-scale-to-zero

0 commit comments

Comments
 (0)