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 eaecf67 commit d827461Copy full SHA for d827461
action.yaml
@@ -12,12 +12,9 @@ runs:
12
- run: |
13
git clone --depth 1 https://github.com/streamr-dev/streamr-docker-dev.git
14
cp streamr-docker-dev/streamr-docker-dev/bin.sh streamr-docker-dev/streamr-docker-dev/streamr-docker-dev
15
- echo "$PATH"
16
echo "$(pwd)/streamr-docker-dev/streamr-docker-dev" >> $GITHUB_PATH
17
18
shell: bash
19
20
21
sudo ifconfig docker0 10.200.10.1/24
22
streamr-docker-dev start ${{ inputs.services-to-start }}
23
streamr-docker-dev wait
0 commit comments