11 lines
157 B
YAML
11 lines
157 B
YAML
|
|
when:
|
||
|
|
- branch: main
|
||
|
|
event: push
|
||
|
|
|
||
|
|
steps:
|
||
|
|
- name: test
|
||
|
|
image: docker.io/node:hydrogen-slim
|
||
|
|
commands:
|
||
|
|
- npm ci
|
||
|
|
- npm run test:unit
|