parent
aeac2cb2f8
commit
be7c0a7084
14
.gitea/workflows/test-filesystem.yml
Normal file
14
.gitea/workflows/test-filesystem.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: test filesystem mounting
|
||||
on: push
|
||||
jobs:
|
||||
test-filesystem:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Root filesystem
|
||||
run: ls -lha /
|
||||
|
||||
- name: Data mount?
|
||||
run: ls -lha /data
|
||||
|
||||
- name: Web mount?
|
||||
run ls -lha /www
|
Loading…
x
Reference in New Issue
Block a user