diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index a3e70b0..0924211 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -14,6 +14,8 @@ jobs: - name: validate files run: | set -e + ls ${{github.workspace}} + ls . DC_ARGS="" for file in docker-compose.*.yml; do DC_ARGS="-f $file "