Skip to content

Commit

Permalink
remove exception (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
teogeb authored Jan 20, 2025
1 parent 2557e2a commit 2813e54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2813e54

Please sign in to comment.