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