From c3efd6193e628d5fb4b1cfe86341e1d8f891175e Mon Sep 17 00:00:00 2001 From: Teo Gebhard Date: Mon, 20 Jan 2025 11:53:37 +0200 Subject: [PATCH] remove exception --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7373d54..a97ee5f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,8 +47,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4.0.0 - name: Start Streamr Docker Stack - # TODO the entry-point service is temporarily disabled as broker images are not yet built from streamr-1.0 branch - run: ./streamr-docker-dev/bin.sh start --wait --timeout 600 --except entry-point + run: ./streamr-docker-dev/bin.sh start --wait --timeout 600 - name: Collect docker logs on failure if: failure() uses: jwalton/gh-docker-logs@v2.2.1