A
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/test Pipeline failed Details
ci/woodpecker/push/node unknown status Details

meme
Drake 1 year ago
parent 175cb82899
commit 870f8d0bee

@ -1,12 +1,8 @@
pipeline: pipeline:
build: build:
image: curlimages/curl:7.87.0 image: denoland/deno:alpine
commands: commands:
- cd ~ - apk add npm
- curl -fsSL https://deno.land/x/install/install.sh | sh
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | sh
- nvm install node
- nvm use node
- deno test -A buildNode.ts - deno test -A buildNode.ts
deploy: deploy:
image: plugins/npm image: plugins/npm

Loading…
Cancel
Save