Fix docker tests (network creation) (#2077)
This commit is contained in:
parent
75d8b821ff
commit
40b5bcb918
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docker-test.yml
vendored
4
.github/workflows/docker-test.yml
vendored
|
@ -54,7 +54,9 @@ jobs:
|
|||
run: |
|
||||
cd docker/test
|
||||
pipenv install --deploy
|
||||
docker network create net-test
|
||||
|
||||
- name: "Create Docker network"
|
||||
run: docker network create net-test
|
||||
|
||||
- name: "Run tests"
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue