Clean up hello-world container after run
Environment Setup Test / Setup (push) Failing after 1m6s Details

pull/4/head
drunkendog 2023-08-27 21:23:58 +01:00
parent c2aab18387
commit 2bbe534107
1 changed files with 2 additions and 0 deletions

View File

@ -13,5 +13,7 @@ jobs:
sh scripts/get-docker.sh
- name: Check if Docker was installed
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)
run: docker network rm main_subnet