forked from Mirrors/doipjs
Add test-pr pipeline
This commit is contained in:
parent
94665b67f6
commit
7075964156
1 changed files with 16 additions and 0 deletions
16
.drone.yml
16
.drone.yml
|
@ -63,3 +63,19 @@ trigger:
|
||||||
- main
|
- main
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: test-pr
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: run tests
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- yarn
|
||||||
|
- yarn run prepare
|
||||||
|
- yarn run test
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- pull_request
|
Loading…
Reference in a new issue