Skip to content

Commit acacda2

Browse files
committed
debug
1 parent 3c1d867 commit acacda2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/k8s-e2e.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }}
8181
QA_KUBECONFIG: ${{ secrets.QA_KUBECONFIG }}
8282
go_necessary: false
83+
- name: Echo kubeconfig line count
84+
run: |
85+
echo "Kubeconfig Line Count:"
86+
wc -l < "$KUBECONFIG"
8387
- name: Run Tests
8488
env:
8589
LOCAL_CHARTS: true

0 commit comments

Comments
 (0)