diff --git a/.drone.yml b/.drone.yml index 27431b4..fa7ec3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -63,3 +63,19 @@ trigger: - main event: - push + +--- +kind: pipeline +name: test-pr + +steps: + - name: run tests + image: node + commands: + - yarn + - yarn run prepare + - yarn run test + +trigger: + event: + - pull_request \ No newline at end of file