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..."