scripts/.woodpecker/test.yml

16 lines
233 B
YAML

when:
- event: [pull_request]
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &node_image 'node:20'
steps:
test-build:
image: *node_image
pull: true
commands:
- yarn && yarn build