Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Aug 17, 2024
1 parent 5d8b38d commit bf671bf
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@ jobs:
- name: compile
run: |
./kapitan compile
- uses: azure/setup-kubectl@v3
id: install

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

- name: Check connectivity to the cluster
run: ./compiled/tutorial/scripts/kubectl get pods
- name: setups the cluster
run: |
./compiled/tutorial/scripts/setup_cluster
./compiled/tutorial/scripts/setup_context
./compiled/tutorial/scripts/kubectl get pods
- name: Run chart-testing (install)
run: ./compiled/tutorial/scripts/apply
run: ./compiled/tutorial/scripts/apply

- name: setups the cluster
run: |
./compiled/tutorial/scripts/kubectl rollout status deployment echo-server -w --timeout=60s

0 comments on commit bf671bf

Please sign in to comment.