Skip to content

Commit

Permalink
wip ci refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1queee committed Aug 21, 2023
1 parent 64d6abc commit b65abb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,10 @@ jobs:
version: v0.13.0
- name: Install Shipwright Build
run: |
make prepare-conversion
make install-controller-kind
kubectl -n shipwright-build rollout status deployment shipwright-build-controller --timeout=1m || true
kubectl -n shipwright-build rollout status deployment shipwright-build-webhook --timeout=1m || true
- name: Test
run: |
kubectl create namespace shp-e2e
Expand Down

0 comments on commit b65abb0

Please sign in to comment.