1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-18 08:26:45 +02:00
woodpecker/cncd/pipeline/samples/sample_9_cache/pipeline.yml
2019-04-06 15:44:04 +02:00

11 lines
112 B
YAML

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