Clean up hello-world container after run
Environment Setup Test / Setup (push) Failing after 1m6s
Details
Environment Setup Test / Setup (push) Failing after 1m6s
Details
parent
c2aab18387
commit
2bbe534107
|
@ -13,5 +13,7 @@ jobs:
|
||||||
sh scripts/get-docker.sh
|
sh scripts/get-docker.sh
|
||||||
- name: Check if Docker was installed
|
- name: Check if Docker was installed
|
||||||
run: docker run --name hello-world hello-world
|
run: docker run --name hello-world hello-world
|
||||||
|
- name: Clean up hello-world container
|
||||||
|
run: docker rm hello-world
|
||||||
- name: Clean up network (see #3)
|
- name: Clean up network (see #3)
|
||||||
run: docker network rm main_subnet
|
run: docker network rm main_subnet
|
Loading…
Reference in New Issue