From 1c204590df8596cb7254ba3d8fecf6219dab1338 Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 18:19:00 +0100 Subject: [PATCH] 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 fa42027..c0253ab 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: dind docker compose down -v && dind 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