Skip to content

Commit

Permalink
install tools manually in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanskar Jaiswal committed Feb 8, 2022
1 parent 8eb4dac commit 45ad744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
run: |
mkdir tmp-download; cd tmp-download; go mod init go-download;
GOBIN="${GITHUB_WORKSPACE}/build/gobin" go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
GOBIN="${GITHUB_WORKSPACE}/build/gobin" go install sigs.k8s.io/controller-runtime/cmd/controller-gen@v0.7.0
GOBIN="${GITHUB_WORKSPACE}/build/gobin" go install github.com/ahmetb/gen-crd-api-reference-docs@v0.3.0
cd ..; rm -rf tmp-download
make test
- name: Verify
Expand Down

0 comments on commit 45ad744

Please sign in to comment.