Skip to content

Commit

Permalink
Merge pull request #2085 from CrowleyRajapakse/new-main5
Browse files Browse the repository at this point in the history
View agent logs in the workflow
  • Loading branch information
CrowleyRajapakse authored Mar 5, 2024
2 parents 65ab597 + 729f6ff commit 96d7d1d
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 96d7d1d

Please sign in to comment.