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