added path testing workflow
Some checks failed
work.suroh.tk deploy / build-deploy (push) Failing after 19s

This commit is contained in:
suroh 2024-02-02 16:33:43 +01:00
parent aeac2cb2f8
commit be7c0a7084

View 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