From 26a915fdc91d76abf23f58618153b0da85f9306a Mon Sep 17 00:00:00 2001 From: CJ_Clippy <cj@futureporn.net> Date: Thu, 20 Feb 2025 20:25:45 -0800 Subject: [PATCH] see if this fixes volume --- .gitea/workflows/tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index f38a586..78e31d2 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -42,6 +42,10 @@ jobs: DB_PASS: ${{ secrets.DB_PASS }} name: Tests & Checks runs-on: ubuntu-22.04 + # container: + # image: catthehacker/ubuntu:act-22.04 + # volumes: + # - /var/run/docker.sock:/var/run/docker.sock timeout-minutes: 20 permissions: contents: read @@ -74,6 +78,7 @@ jobs: WL_PORT: 5063 volumes: - aquatic:/var/lib/aquatic + - /var/run/docker.sock:/var/run/docker.sock aquatic: image: gitea.futureporn.net/futureporn/aquatic:latest