added path testing workflow
work.suroh.tk deploy / build-deploy (push) Failing after 19s
Details
work.suroh.tk deploy / build-deploy (push) Failing after 19s
Details
This commit is contained in:
parent
aeac2cb2f8
commit
be7c0a7084
|
@ -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…
Reference in New Issue