This commit is contained in:
Michał Zieliński
2025-09-13 16:53:42 +02:00
parent 2942ab8740
commit d323989c0f

View File

@@ -115,7 +115,12 @@ jobs:
path: build/webapi path: build/webapi
if-no-files-found: error if-no-files-found: error
retention-days: 7 retention-days: 7
- name: Diagnose mounts
run: |
set -e
mount | grep runner-cache || true
ls -la /runner-cache || true
echo "MARKER $(date -Iseconds)" | tee /runner-cache/__ok.txt
store-artifacts: store-artifacts:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build-frontend, build-backend] needs: [build-frontend, build-backend]