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

This commit is contained in:
suroh 2024-02-02 16:33:43 +01:00
parent aeac2cb2f8
commit be7c0a7084
1 changed files with 14 additions and 0 deletions

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