From 6cd2b09c1372d512ab0e894a4a4ea514f2952252 Mon Sep 17 00:00:00 2001 From: Sugui Date: Mon, 1 Jan 2024 16:18:14 +0100 Subject: [PATCH] Changing things to see if service works --- .gitea/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index fe70425..1c19ffb 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,10 +5,12 @@ on: [pull_request] jobs: unit-test: container: - image: docker:dind + image: docker services: - docker:dind steps: + - name: ps + run: ps - name: Installing necessary packages run: apk add npm git curl bash - name: Check out repository code