Skip to content

Commit 2813e54

Browse files
authored
remove exception (#236)
1 parent 2557e2a commit 2813e54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
- name: Check out the repo
4848
uses: actions/[email protected]
4949
- name: Start Streamr Docker Stack
50-
# TODO the entry-point service is temporarily disabled as broker images are not yet built from streamr-1.0 branch
51-
run: ./streamr-docker-dev/bin.sh start --wait --timeout 600 --except entry-point
50+
run: ./streamr-docker-dev/bin.sh start --wait --timeout 600
5251
- name: Collect docker logs on failure
5352
if: failure()
5453
uses: jwalton/[email protected]

0 commit comments

Comments
 (0)