Add post-pull to docker-compose
Code Quality Test / Quality-Check (push) Successful in 6s Details
Environment Setup Test / Setup (push) Successful in 1m10s Details

pull/4/head
drunkendog 2023-08-28 16:35:13 +01:00
parent ac1849016d
commit 8e762f3965
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ jobs:
run: |
sh setup.sh
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