From 0b3081907625da038eff2bc8b71e907b022bca5a Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 17:55:36 +0100 Subject: [PATCH] dind --- .gitea/workflows/test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 9c7a939..c0253ab 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,13 +7,11 @@ jobs: container: image: docker:dind steps: - - name: echo - run: echo $DOCKER_HOST - - name: Installing node + - name: Installing necessary packages run: apk add nodejs git curl bash - name: Check out repository code uses: actions/checkout@v3 - 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