Add tests to dron
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2020-11-22 22:53:52 +01:00
parent 7d312687db
commit a3f902dd18
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,12 @@ steps:
- yarn --frozen-lockfile --network-timeout 100000
- yarn run lint
- yarn run build
- name: test
image: node:13
pull: true
group: build-static
commands:
- yarn test
---
kind: pipeline
name: release-latest