Skip to content

Commit 74b85b8

Browse files
committed
fix: add log step
Signed-off-by: ashing <[email protected]>
1 parent c0f83b9 commit 74b85b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/conformance-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
continue-on-error: true
100100
run: |
101101
make conformance-test
102+
103+
- name: Get Logs from api7-ingress-controller
104+
shell: bash
105+
run: |
106+
kubectl logs -n api7ee-conformance-test -l app=api7-ingress-controller
102107
103108
- name: Upload Gateway API Conformance Report
104109
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)