haiti-framework/.drone.yml
Struchkov Mark c15337d5e4
Some checks failed
continuous-integration/drone/push Build is failing
Настройка сборки drone
2022-12-17 15:53:12 +03:00

18 lines
261 B
YAML

kind: pipeline
type: docker
name: haiti-framework
steps:
- name: build
image: node
volumes:
- name: cache
path: /tmp/cache
commands:
- npm install
- npm test
volumes:
- name: cache
host:
path: /var/lib/cache