Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 committed Aug 19, 2023
1 parent 545b507 commit c575392
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: End-to-End (E2E) Tests
jobs:
test-e2e:
strategy:
fail-fast: true
fail-fast: false
matrix:
kubernetes:
- v1.24.15
Expand Down Expand Up @@ -44,3 +44,9 @@ jobs:

- name: End-to-End Tests
run: make test-e2e

- name: Pods
if: ${{ failure() }}
run: |
echo "# Pods:"
kubectl get pod -A -o yaml

0 comments on commit c575392

Please sign in to comment.