From 1f67f0c9e380e3d5a52e0b57ba7ef90a271dc189 Mon Sep 17 00:00:00 2001 From: Alie Date: Sun, 7 Jan 2024 13:15:08 +0100 Subject: [PATCH] act is useless --- .gitea/workflows/build.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6dbac5e..21e52a2 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,17 +8,21 @@ on: jobs: unit-test: container: - image: node:16-bullseye-slim + image: docker:dind steps: + - name: Installing necessary packages + run: apk add nodejs git curl bash - name: Checkout uses: actions/checkout@v3 - name: Run test job uses: ./.gitea/workflows/test.yaml build: container: - image: node:16-bullseye-slim + image: docker:dind needs: unit-test steps: + - name: Installing necessary packages + run: apk add nodejs git curl bash - name: Checkout uses: actions/checkout@v3 - name: Docker meta