Skip to content

Commit eb603c5

Browse files
committed
DO NOT MERGE: force CI failure to test log collection
1 parent 5502581 commit eb603c5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
make test-e2e
6868
make test-examples
6969
70+
- name: "DO NOT MERGE: Force failure to test log collection"
71+
run: |
72+
echo "Intentionally failing to test log collection"
73+
exit 1
74+
7075
- name: Generate logs on failure
7176
run: ./hack/collectlogs
7277
if: failure()

0 commit comments

Comments
 (0)