We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2557e2a commit 2813e54Copy full SHA for 2813e54
.github/workflows/ci.yaml
@@ -47,8 +47,7 @@ jobs:
47
- name: Check out the repo
48
uses: actions/checkout@v4.0.0
49
- 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
+ run: ./streamr-docker-dev/bin.sh start --wait --timeout 600
52
- name: Collect docker logs on failure
53
if: failure()
54
uses: jwalton/gh-docker-logs@v2.2.1
0 commit comments