cubetiq-ts-utils/.drone.yml
Sambo Chea eea6a7bb32
All checks were successful
continuous-integration/drone/push Build is passing
Add run tests for drone ci
2021-03-10 20:40:52 +07:00

15 lines
213 B
YAML

kind: pipeline
type: docker
name: ci
steps:
- name: test
image: node
environment:
DOCKER_REGISTRY:
from_secret: docker_registry
commands:
- echo $DOCKER_REGISTRY
- yarn
- yarn
- yarn test