use misc host volumes to test bind mounts
This commit is contained in:
parent
af38dbb89d
commit
3827910826
@ -20,6 +20,7 @@ jobs:
|
|||||||
# this means we have inconsistent behavior across testing environments, which is bad.
|
# this means we have inconsistent behavior across testing environments, which is bad.
|
||||||
# our workaround is to use localhost on local dev, and the dns name on gitea act_runner.
|
# our workaround is to use localhost on local dev, and the dns name on gitea act_runner.
|
||||||
create_volumes:
|
create_volumes:
|
||||||
|
name: Create Docker Volumes
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
@ -51,6 +52,9 @@ jobs:
|
|||||||
image: catthehacker/ubuntu:act-22.04
|
image: catthehacker/ubuntu:act-22.04
|
||||||
volumes:
|
volumes:
|
||||||
- aquatic:/var/lib/aquatic
|
- aquatic:/var/lib/aquatic
|
||||||
|
- /tmp/aquatic:/tmp/aquatic
|
||||||
|
- /tmp/test:/root/test
|
||||||
|
- /test2:/root/test2
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user