Skip to content

Commit

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

0 comments on commit 4b76e61

Please sign in to comment.