Add post-pull to docker-compose
parent
ac1849016d
commit
8e762f3965
|
@ -11,6 +11,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sh setup.sh
|
sh setup.sh
|
||||||
sh scripts/get-docker.sh
|
sh scripts/get-docker.sh
|
||||||
|
sh post-pull.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
|
- name: Clean up hello-world container
|
||||||
|
|
Loading…
Reference in New Issue