Skip to content

Commit 4503a48

Browse files
committed
add extra logs if cs docker fails
1 parent 9f19a44 commit 4503a48

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/chain-simulator-e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Build and start chain simulator
2626
run: npm run start-chain-simulator
2727

28+
- name: Show logs if chain simulator fails to start
29+
if: failure()
30+
run: docker logs es-container && docker logs chainsimulator
31+
2832
- name: Wait for services to be ready
2933
run: |
3034
echo "Waiting for services to be healthy..."

0 commit comments

Comments
 (0)