From 382791082604fcc51e633c34ef14a76516bccbb8 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 21 Feb 2025 07:32:25 -0800 Subject: [PATCH] use misc host volumes to test bind mounts --- .gitea/workflows/tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 9ae012f..06e7a16 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -20,6 +20,7 @@ jobs: # 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. create_volumes: + name: Create Docker Volumes runs-on: ubuntu-22.04 steps: - run: | @@ -51,6 +52,9 @@ jobs: image: catthehacker/ubuntu:act-22.04 volumes: - aquatic:/var/lib/aquatic + - /tmp/aquatic:/tmp/aquatic + - /tmp/test:/root/test + - /test2:/root/test2 timeout-minutes: 20 permissions: contents: read