13 lines
215 B
YAML
13 lines
215 B
YAML
when:
|
|
- event: push
|
|
- event: manual
|
|
|
|
steps:
|
|
- name: test
|
|
image: docker.io/node:hydrogen
|
|
volumes:
|
|
- /etc/ssh:/etc/ssh
|
|
commands:
|
|
- npm ci
|
|
- npm run test:unit
|
|
- npm run deploy
|