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 4f92d9e commit 82ae840Copy full SHA for 82ae840
.github/workflows/test.yaml
@@ -6,6 +6,6 @@ jobs:
6
name: Testing streamr-docker-dev-action
7
steps:
8
- uses: actions/[email protected]
9
- - uses: streamr-dev/streamr-docker-dev-action@master
+ - uses: ./
10
- run: curl -v http://localhost/api/v1/products
11
shell: bash
action.yaml
@@ -18,7 +18,6 @@ runs:
18
echo "$(pwd)/streamr-docker-dev/streamr-docker-dev" >> $GITHUB_PATH
19
20
- run: |
21
- sudo ifconfig docker0 10.200.10.1/24
22
streamr-docker-dev start ${{ inputs.services-to-start }}
23
streamr-docker-dev wait
24
0 commit comments