mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 12:21:03 +00:00
11 lines
112 B
YAML
11 lines
112 B
YAML
|
cache:
|
||
|
- node_modules
|
||
|
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: node
|
||
|
commands:
|
||
|
- npm install
|
||
|
- npm test
|
||
|
|