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 2d843de commit b40dbea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/appsignals-python-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,13 @@ jobs:
kubectl wait --for=condition=Ready pod --all -n ${{ env.SAMPLE_APP_NAMESPACE }} \
echo "Installing app signals to the sample app"
pwd
ls
cat namespace.yaml
kubectl apply -f namespace.yaml
echo "helm apply"
pwd
ls
helm template amazon-cloudwatch-observability ./helm --include-crds --namespace amazon-cloudwatch | kubectl apply --namespace amazon-cloudwatch --server-side --force-conflicts -f -
Expand Down

0 comments on commit b40dbea

Please sign in to comment.