mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-11 21:53:48 +00:00
dump logs
This commit is contained in:
parent
63206faeea
commit
c2690236e9
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -188,6 +188,14 @@ jobs:
|
||||
RUST_LOG: "info"
|
||||
run: cargo nextest run -p integration_tests indexer -- --skip tps_test
|
||||
|
||||
- name: Dump bedrock container logs on failure
|
||||
if: failure()
|
||||
run: |
|
||||
for c in $(docker ps -aq); do
|
||||
echo "=== $(docker inspect -f '{{.Name}}' $c) ==="
|
||||
docker logs $c 2>&1 | tail -300
|
||||
done
|
||||
|
||||
valid-proof-test:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user