Skip to content

Commit

Permalink
Install kind and helm
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz Zurkowski <[email protected]>
  • Loading branch information
bzurkowski committed Sep 10, 2022
1 parent 7350550 commit faa7e23
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,24 @@ jobs:
- name: Check coverage
run: make coverage

test-e2e:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Create kind cluster
uses: helm/[email protected]

- name: Setup Helm
uses: azure/setup-helm@v3

- name: Test kind and helm
run: |
helm --version
kubectl get pods -A
kind --version
test-build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit faa7e23

Please sign in to comment.