From 13d6e28f2bfee9ebf3c3b8aac7306d0d0cc57682 Mon Sep 17 00:00:00 2001 From: Bensch Date: Tue, 24 Feb 2026 14:56:27 +0000 Subject: [PATCH] test --- .gitea/workflows/test.yaml | 5 +++++ runner.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 5145393..7bfc08d 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -11,6 +11,11 @@ jobs: steps: + - name: Install Node.js on Alpine + run: | + apk add --no-cache nodejs npm git bash curl + + # Checkout the repository - name: Checkout repository uses: actions/checkout@v4 diff --git a/runner.yaml b/runner.yaml index 851c7f5..7ede380 100644 --- a/runner.yaml +++ b/runner.yaml @@ -30,8 +30,8 @@ spec: containers: - name: runner - #image: gitea/act_runner:latest - image: gitea/act_runner:latest-dind-rootless + image: gitea/act_runner:latest + #image: gitea/act_runner:latest-dind-rootless imagePullPolicy: Always env: - name: GITEA_INSTANCE_URL