🐳 Debug: Use GITHUB_WORKSPACE and find go.mod

This commit is contained in:
2026-04-09 11:55:54 +02:00
parent 264c4fe7df
commit 411e7210be

View File

@@ -65,10 +65,10 @@ jobs:
if: steps.cache-swagger-restore.outputs.cache-hit != 'true' if: steps.cache-swagger-restore.outputs.cache-hit != 'true'
run: > run: >
docker run --rm docker run --rm
-v $(pwd):/workspace -v ${GITHUB_WORKSPACE}:/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 }}
sh -c "ls -la && pwd && ls -la arcodange/ && go generate ./pkg/server" sh -c "ls -la && pwd && ls -la && find . -name go.mod -type f 2>/dev/null"
- 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'