Add node image test for yarn test
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Sambo Chea 2021-03-17 12:50:42 +07:00
parent 37de18882c
commit 3789baa35c

View File

@ -15,8 +15,9 @@ steps:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT
steps:
- name: build
commands:
- pwd
- echo "Successfully!"
- name: test
image: node
commands:
- yarn
- yarn migrate
- yarn test