From 23b413c70ae2f99e2599d7bb72c1742b9899aa5f Mon Sep 17 00:00:00 2001 From: AhFei <2+ahfei@noreply.localhost> Date: Fri, 12 Jun 2026 00:08:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.woodpecker/ci-test.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/ci-test.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.woodpecker/ci-test.yaml b/.woodpecker/ci-test.yaml index ff6e6f1..461afc8 100644 --- a/.woodpecker/ci-test.yaml +++ b/.woodpecker/ci-test.yaml @@ -6,9 +6,7 @@ labels: platform: linux/amd64 steps: - - name: node-build - image: node:20-alpine + - name: test_ci + image: alpine commands: - - echo "Running Node.js test..." - - node -e 'console.log("Hello, world! from Node.js")' - - echo "CI test success! Dejavu Moe says hello to you" \ No newline at end of file + - echo "woodpecker is working..."