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