1
0
Fork 0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-02-18 20:35:23 +00:00
woodpecker/pipeline/samples/sample_9_cache/pipeline.yml
2023-06-07 12:04:37 +02:00

10 lines
109 B
YAML

cache:
- node_modules
steps:
build:
image: node
commands:
- npm install
- npm test