Skip to content

Commit ca8b290

Browse files
authored
fix e2e (#8)
Signed-off-by: AiRanthem <[email protected]>
1 parent 0afc933 commit ca8b290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ jobs:
4343
run: go mod download
4444

4545
- name: Run E2E tests
46-
run: go test -v ./tests/e2e/...
46+
run: |
47+
kubectl apply -f https://raw.githubusercontent.com/openkruise/rollouts/refs/heads/master/config/crd/bases/rollouts.kruise.io_rollouts.yaml
48+
go test -v ./tests/e2e/...

0 commit comments

Comments
 (0)