Add test-pr pipeline

This commit is contained in:
Yarmo Mackenbach 2021-07-10 00:04:45 +02:00
parent 94665b67f6
commit 7075964156
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -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