Skip to content

Commit 832fa1b

Browse files
committed
Tweak the test
1 parent c97f600 commit 832fa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: kubectl get pods -A
5555

5656
- name: Show logs from Vector pod for debugging
57-
run: kubectl logs -A -l app.kubernetes.io/name=vector
57+
run: kubectl logs -l app.kubernetes.io/name=vector ${{ matrix.namespace-arg }}
5858

5959
- name: Check if all pods are running
6060
run: kubectl get pods -A -o jsonpath='{range .items[*]}{.status.phase}{"\n"}{end}' | grep -qv "^Running$" && echo "Not all pods are running" && exit 1 || echo "OK"

0 commit comments

Comments
 (0)