7 lines
103 B
YAML
7 lines
103 B
YAML
|
|
steps:
|
||
|
|
- name: test
|
||
|
|
image: debian:stable-slim
|
||
|
|
commands:
|
||
|
|
- npm ci
|
||
|
|
- npm run test:unit
|