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 checkout $DRONE_COMMIT
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
- pwd
|
||||
- echo "Successfully!"
|
||||
- yarn
|
||||
- yarn migrate
|
||||
- yarn test
|
||||
|
Loading…
Reference in New Issue
Block a user