From b6d966dc2ea83bc64bf2b3ef01aff9350791f31f Mon Sep 17 00:00:00 2001 From: Sugui Date: Sun, 31 Dec 2023 13:16:41 +0100 Subject: [PATCH] Revert "cmd" This reverts commit e75bb6d8d980688e578a70336eff57db9613cf84. --- .gitea/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index fc5d666..7c64ca0 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,8 +6,9 @@ jobs: unit-test: container: image: docker:dind - cmd: "" steps: + - name: Starting docker daemon + run: docker-init -- dockerd --host=unix:///var/run/docker.sock & - name: Installing necessary packages run: apk add npm git curl bash - name: Check out repository code