-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ruben Vargas <[email protected]>
- Loading branch information
1 parent
3c72e02
commit a5e39d0
Showing
2 changed files
with
4 additions
and
56 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,24 +16,20 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
go-version: '1.14.12' | ||
- uses: actions/[email protected] | ||
- name: "setup docker" | ||
run: ./.ci/setup-docker.sh | ||
- uses: manusa/[email protected] | ||
with: | ||
minikube version: 'v1.20.0' | ||
kubernetes version: 'v1.19.1' | ||
driver: none | ||
github token: ${{ secrets.GITHUB_TOKEN }} | ||
start args: '--addons=ingress' | ||
start args: '--addons=ingress --wait=all' | ||
- uses: jpkrohling/[email protected] | ||
- uses: jpkrohling/[email protected] | ||
with: | ||
operator-sdk-version: v0.18.2 | ||
- uses: actions/[email protected] | ||
|
||
- name: "setup docker" | ||
run: ./.ci/setup-docker.sh | ||
|
||
- name: "start minikube" | ||
run: ./.ci/start-minikube.sh | ||
|
||
- name: "install go tools" | ||
run: make install-tools | ||
|