Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
This commit is contained in:
Ai Ranthem 2025-01-16 20:16:58 +08:00 committed by GitHub
parent 0afc933201
commit ca8b2903ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -43,4 +43,6 @@ jobs:
run: go mod download
- name: Run E2E tests
run: go test -v ./tests/e2e/...
run: |
kubectl apply -f https://raw.githubusercontent.com/openkruise/rollouts/refs/heads/master/config/crd/bases/rollouts.kruise.io_rollouts.yaml
go test -v ./tests/e2e/...