chore(ci): debug logs on kurtosis-op client advance check failure (#12882)

This commit is contained in:
Federico Gimenez
2024-11-26 16:37:34 +01:00
committed by GitHub
parent 4dfaa46380
commit 6bba5e6630
2 changed files with 4 additions and 1 deletions

View File

@ -102,6 +102,8 @@ jobs:
if [ $BLOCK_GETH -ge 100 ] && [ $BLOCK_RETH -ge 100 ] ; then exit 0; fi
echo "Waiting for clients to advance..., Reth: $BLOCK_RETH Geth: $BLOCK_GETH"
done
kurtosis service logs -a op-devnet op-el-2-op-reth-op-node-op-kurtosis
kurtosis service logs -a op-devnet op-cl-2-op-node-op-reth-op-kurtosis
exit 1