fix e2e (#8)
Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
This commit is contained in:
parent
0afc933201
commit
ca8b2903ca
|
@ -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/...
|
Loading…
Reference in New Issue