mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 08:21:01 +00:00
7e708874ae
Adjust pipeline-config to match [Terminology](https://woodpecker-ci.org/docs/next/usage/terminology)
10 lines
109 B
YAML
10 lines
109 B
YAML
cache:
|
|
- node_modules
|
|
|
|
steps:
|
|
build:
|
|
image: node
|
|
commands:
|
|
- npm install
|
|
- npm test
|
|
|