use misc host volumes to test bind mounts
Some checks failed
ci / Create Docker Volumes (push) Successful in 10s
ci / Tests & Checks (push) Has been cancelled

This commit is contained in:
CJ_Clippy 2025-02-21 07:32:25 -08:00
parent af38dbb89d
commit 3827910826

View File

@ -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