🐳 Debug: Check arcodange directory contents

This commit is contained in:
2026-04-09 11:55:30 +02:00
parent c8d3e86986
commit 264c4fe7df

View File

@@ -68,7 +68,7 @@ jobs:
-v $(pwd):/workspace
-w /workspace
gitea.arcodange.lab/arcodange/dance-lessons-coach-build-cache:${{ steps.calc_hash.outputs.deps_hash }}
sh -c "ls -la && pwd && go generate ./pkg/server"
sh -c "ls -la && pwd && ls -la arcodange/ && go generate ./pkg/server"
- name: Save Swagger Docs Cache
if: steps.cache-swagger-restore.outputs.cache-hit != 'true'