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 clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
- git checkout $DRONE_COMMIT - git checkout $DRONE_COMMIT
steps: - name: test
- name: build image: node
commands: commands:
- pwd - yarn
- echo "Successfully!" - yarn migrate
- yarn test