Skip to content

Commit

Permalink
Add .
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Mar 11, 2024
1 parent b188acb commit b57a55d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appsignals-python-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ jobs:
ls
helm template amazon-cloudwatch-observability ./helm --debug --include-crds --namespace amazon-cloudwatch | kubectl apply --namespace amazon-cloudwatch --server-side --force-conflicts -f -
echo "kubectl wait "
kubectl wait --for=condition=Ready pod --all -n amazon-cloudwatch
echo "kubectl delete pods --all -n ${{ env.PYTHON_SAMPLE_APP_NAMESPACE }}"
kubectl delete pods --all -n ${{ env.PYTHON_SAMPLE_APP_NAMESPACE }}
kubectl wait --for=condition=Ready pod --all -n ${{ env.PYTHON_SAMPLE_APP_NAMESPACE }}
Expand Down

0 comments on commit b57a55d

Please sign in to comment.