mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-02 22:56:30 +00:00
9 lines
108 B
YAML
9 lines
108 B
YAML
cache:
|
|
- node_modules
|
|
|
|
steps:
|
|
build:
|
|
image: node
|
|
commands:
|
|
- npm install
|
|
- npm test
|