updated tester
This commit is contained in:
parent
f1ae87f7ae
commit
5ebb518142
|
@ -2,6 +2,10 @@ name: test filesystem mounting
|
|||
on: push
|
||||
jobs:
|
||||
test-filesystem:
|
||||
container:
|
||||
volumes:
|
||||
- /var/lib/gitea/act-runner/data:/mnt/data
|
||||
- /var/www:/mnt/www
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Root filesystem
|
||||
|
|
Loading…
Reference in New Issue