🐳 Debug: Add ls and pwd to Swagger generation

This commit is contained in:
2026-04-09 11:53:39 +02:00
parent f4b34b688d
commit c8d3e86986

View File

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