Skip to content

Commit

Permalink
Install cert-manager in PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyiLyu committed Mar 17, 2021
1 parent aec609d commit 7f9948b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
export PATH="$PATH:$GOPATH/bin"
make install-tools
kind create cluster --image kindest/node:"$K8S_VERSION"
make cert-manager
make cluster-operator
DOCKER_REGISTRY_SERVER=local-server OPERATOR_IMAGE=local-operator make deploy-kind
make system-tests

0 comments on commit 7f9948b

Please sign in to comment.