Add name to docker run command
Environment Setup Test / Setup (push) Successful in 1m8s Details

pull/4/head
drunkendog 2023-08-27 21:21:30 +01:00
parent 96f89486ad
commit c2aab18387
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ jobs:
sh setup.sh
sh scripts/get-docker.sh
- name: Check if Docker was installed
run: docker run hello-world
run: docker run --name hello-world hello-world
- name: Clean up network (see #3)
run: docker network rm main_subnet