Skip to content

Commit

Permalink
fix helm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Lindamood committed Nov 10, 2021
1 parent 03d50ef commit bc3cc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ct install --all
- name: Wait for deployment to finish
timeout-minutes: 1
run: sleep 10 && kubectl logs deployment/gitdb && kubectl rollout status --watch deployment/gitdb
run: kubectl rollout status --watch deployment/gitdb
- name: Test helm chart
run: helm test gitdb
- name: Remove helm chart
Expand Down

0 comments on commit bc3cc43

Please sign in to comment.