Replace cleanup step for hello-world with --rm
Code Quality Test / Quality-Check (push) Successful in 2s Details
Environment Setup Test / Setup (push) Successful in 1m2s Details

pull/4/head
drunkendog 2023-08-28 17:07:59 +01:00
parent 9249435290
commit 1049c4e0e4
1 changed files with 1 additions and 3 deletions

View File

@ -13,8 +13,6 @@ jobs:
sh scripts/get-docker.sh
sh post-pull.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
run: docker run --rm --name hello-world hello-world
- name: Clean up network (see #3)
run: docker network rm main_subnet