From 7230a08cc9ef407a7b38498aa59a502885bd516a Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 17:06:49 +0100 Subject: [PATCH] dind --- .gitea/workflows/test-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-compose.yaml b/.gitea/workflows/test-compose.yaml index 5040055..c094113 100644 --- a/.gitea/workflows/test-compose.yaml +++ b/.gitea/workflows/test-compose.yaml @@ -5,7 +5,7 @@ on: [pull_request] jobs: unit-test: container: - image: docker:latest + image: docker:dind-latest steps: - name: Installing node run: apk add nodejs git curl bash @@ -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 compose down -v && dind compose run bot-api bun test \ No newline at end of file