diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index a3726a07..074d41e8 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -70,3 +70,8 @@ jobs: run: | ${{ matrix.test-script }} timeout-minutes: 30 + + - name: Dump docker logs on failure + if: failure() + run: | + docker compose logs diff --git a/docker-compose.yaml b/docker-compose.yaml index 5f9585af..93487079 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -390,7 +390,8 @@ services: - /var/run/docker.sock:/var/run/docker.sock espresso-dev-node: - image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:main + # TODO: revert to `:main` tag once we are compatible with the updated LC ABI + image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20240906-lc-legacy-abi ports: - "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT" - "$ESPRESSO_BUILDER_PORT:$ESPRESSO_BUILDER_PORT"