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