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