#120 Try running compose version on dind
Some checks failed
Docker Compose Config / docker-compose-config (push) Failing after 14s
Some checks failed
Docker Compose Config / docker-compose-config (push) Failing after 14s
This commit is contained in:
parent
7f014f26e0
commit
28b2696648
@ -4,7 +4,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
docker-compose-config:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: dind
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
@ -13,4 +13,5 @@ jobs:
|
||||
for compose in $(find "$PWD"/ -name docker-compose.yml); do
|
||||
echo $(dirname $compose)/
|
||||
done
|
||||
- run: echo "Job status ${{ job.status }}"
|
||||
- run: echo "Job status ${{ job.status }}"
|
||||
- run: docker compose version
|
Loading…
Reference in New Issue
Block a user