run tests on PR

This commit is contained in:
FloatingGhost 2022-06-16 12:36:38 +01:00
parent d591ed82a4
commit 4448d8a12d

View file

@ -3,6 +3,7 @@ pipeline:
when: when:
event: event:
- push - push
- pull_request
image: node:16 image: node:16
commands: commands:
- yarn - yarn
@ -13,6 +14,7 @@ pipeline:
when: when:
event: event:
- push - push
- pull_request
image: node:16 image: node:16
commands: commands:
- apt update - apt update