Fix docker tests (network creation) (#2077)

This commit is contained in:
mmetc 2023-02-24 17:15:17 +01:00 committed by GitHub
parent 75d8b821ff
commit 40b5bcb918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: