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 01c92b2 commit cc62469Copy full SHA for cc62469
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Check out the repo
22
- uses: actions/checkout@v3.5.2
+ uses: actions/checkout@v4.0.0
23
- name: Run YAML Lint
24
uses: ibiqlik/[email protected]
25
with:
@@ -45,7 +45,7 @@ jobs:
45
- ubuntu-22.04
46
47
48
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
0 commit comments