Add node image test for yarn test
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
37de18882c
commit
3789baa35c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user