debug ci
Some checks failed
Test / Run compliance tests (pull_request) Has been cancelled
Test / Run unit tests (pull_request) Has been cancelled
Test / Run integration tests (pull_request) Failing after 39m15s

This commit is contained in:
Roy Crihfield 2024-03-19 22:09:42 +08:00
parent 61f72a437f
commit 7dac049a3e

View File

@ -79,8 +79,10 @@ jobs:
env:
LACONIC_SO: ../laconic-so
run: |
./scripts/integration-setup.sh
docker logs test-fixturenet-eth-geth-1-1 --tail 2000
./scripts/integration-setup.sh || {
echo setup failed; test-fixturenet-eth-geth-1-1 logs:
docker logs test-fixturenet-eth-geth-1-1 --tail 2000
}
- name: Install Python
uses: actions/setup-python@v4
with: