just testing atp
Some checks failed
update neo with compose files / validate (push) Failing after 28s
update neo with compose files / update (push) Has been skipped

This commit is contained in:
Didier Slof 2023-04-29 23:47:11 +02:00
parent 17363e14f1
commit 360d18ff23

View file

@ -13,6 +13,7 @@ jobs:
- name: check docker-compose
run: |
cd ${{ github.workspace }}
ls
DC_ARGS=""
for f in docker-compose.*.yml; do
DC_ARGS="-f $f"