From 3526729166bcef960c2820ef5a0d4b6d0e9356b6 Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 18:07:55 +0100 Subject: [PATCH] probamos --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c68111b..c910075 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,7 +5,7 @@ on: [pull_request] jobs: unit-test: container: - image: guglio/dind-compose:latest + image: docker:latest steps: - name: Installing necessary packages 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: dind compose down -v && dind compose run bot-api bun test \ No newline at end of file + run: docker compose down -v && docker compose run bot-api bun test \ No newline at end of file