wip
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user