From aca87e205b547364c27634a33f1124e81fad97c5 Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 17:12:04 +0100 Subject: [PATCH] privileged --- .gitea/workflows/test-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-compose.yaml b/.gitea/workflows/test-compose.yaml index 06b6d5b..c65a8f6 100644 --- a/.gitea/workflows/test-compose.yaml +++ b/.gitea/workflows/test-compose.yaml @@ -14,4 +14,4 @@ jobs: - name: Install Bun runtime run: curl -fsSL https://bun.sh/install | bash - name: Run docker-compose - run: dind compose down -v && dind compose run bot-api bun test \ No newline at end of file + run: dind --privileged compose down -v && dind --privileged compose run bot-api bun test \ No newline at end of file