Skip to content

Commit

Permalink
helm/kind-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dviejokfs committed Mar 29, 2021
1 parent caae28a commit 2fc26be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- uses: engineerd/setup-kind@v0.5.0
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.1.0
- name: Install operator
run: make generate manifests install
- name: Test
Expand Down

0 comments on commit 2fc26be

Please sign in to comment.