debug ci
This commit is contained in:
parent
61f72a437f
commit
fa4c59c1f5
@ -79,8 +79,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
LACONIC_SO: ../laconic-so
|
LACONIC_SO: ../laconic-so
|
||||||
run: |
|
run: |
|
||||||
./scripts/integration-setup.sh
|
./scripts/integration-setup.sh || {
|
||||||
docker logs test-fixturenet-eth-geth-1-1 --tail 2000
|
echo "setup failed. test-fixturenet-eth-geth-1-1 logs:"
|
||||||
|
docker logs test-fixturenet-eth-geth-1-1 --tail 2000
|
||||||
|
}
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user