diff --git a/.drone.yml b/.drone.yml index a9bb350..c08feb5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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