Debug CI
Fixturenet-Eth-Test / Run an Ethereum fixturenet test (push) Failing after 30m18s Details
Fixturenet-Laconicd-Test / Run an Laconicd fixturenet test (push) Successful in 7m3s Details
Deploy Test / Run deploy test suite (push) Successful in 3m5s Details
K8s Deploy Test / Run deploy test suite (push) Successful in 3m24s Details
Webapp Test / Run webapp test suite (push) Failing after 3m28s Details
Smoke Test / Run basic test suite (push) Successful in 4m0s Details
Fixturenet-Eth-Plugeth-Test / Run an Ethereum plugeth fixturenet test (push) Failing after 37m31s Details

pull/717/head
David Boreham 2023-11-08 20:02:21 -07:00
parent 1d78430679
commit 1520f7413d
1 changed files with 5 additions and 1 deletions

View File

@ -52,4 +52,8 @@ jobs:
- name: "Install Kind"
run: go install sigs.k8s.io/kind@v0.20.0
- name: "Debug Kind"
run: kind create cluster --retain && docker logs kind-control-plane
continue-on-error: true
run: kind create cluster --retain
- name: "Get Kind Logs"
continue-on-error: true
run: docker logs kind-control-plane