Skip to content

Commit

Permalink
view agent logs in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Mar 5, 2024
1 parent 65fffe4 commit 729f6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/agent-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
kubectl get subscriptions -n apk
kubectl get tokenissuers -n apk
kubectl get httproutes -n apk
kubectl get pods -l app.kubernetes.io/name=apim-apk-agent | awk '{print $1}' | xargs -I{} kubectl logs {} -n apk
helm uninstall apk-test-setup -n apk
cd ../test/apim-apk-agent-test/apim-cp-helm-chart
helm uninstall apim -n apk
Expand Down

0 comments on commit 729f6ff

Please sign in to comment.