scripts/.woodpecker/test.yml
Dawid Wysokiński 4e54a84ff5
All checks were successful
ci/woodpecker/push/test Pipeline was successful
feat: migrate from drone to woodpecker (#67)
Reviewed-on: #67
2023-09-09 05:03:30 +00:00

16 lines
233 B
YAML

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