mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33:02 +02:00
.github: check disk
[skip ci] Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -11,6 +11,12 @@ jobs:
|
||||
inventory:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Disk inventory ...
|
||||
run: |
|
||||
echo "df -h ========================================================================="
|
||||
df -h
|
||||
echo "mounts ========================================================================"
|
||||
mount
|
||||
- name: File inventory ...
|
||||
run: |
|
||||
echo "Current directory: $(pwd)"
|
||||
|
||||
Reference in New Issue
Block a user