Add node image test for yarn test
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
This commit is contained in:
11
.drone.yml
11
.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
|
||||
|
||||
Reference in New Issue
Block a user