Skip to content

Commit 82ae840

Browse files
authored
Remove ifconfig (#6)
* Remove ifconfig call Let sdd handle it * Use local version of action Referenced via path.
1 parent 4f92d9e commit 82ae840

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
name: Testing streamr-docker-dev-action
77
steps:
88
- uses: actions/[email protected]
9-
- uses: streamr-dev/streamr-docker-dev-action@master
9+
- uses: ./
1010
- run: curl -v http://localhost/api/v1/products
1111
shell: bash

action.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ runs:
1818
echo "$(pwd)/streamr-docker-dev/streamr-docker-dev" >> $GITHUB_PATH
1919
shell: bash
2020
- run: |
21-
sudo ifconfig docker0 10.200.10.1/24
2221
streamr-docker-dev start ${{ inputs.services-to-start }}
2322
streamr-docker-dev wait
2423
shell: bash

0 commit comments

Comments
 (0)