Clean up docker network after run
Environment Setup Test / Setup (push) Successful in 1m6s Details

pull/4/head
drunkendog 2023-08-26 20:04:31 +01:00
parent bc2be40c75
commit 96f89486ad
1 changed files with 3 additions and 1 deletions

View File

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