run tests on PR
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

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:
event:
- push
- pull_request
image: node:16
commands:
- yarn
@ -13,6 +14,7 @@ pipeline:
when:
event:
- push
- pull_request
image: node:16
commands:
- apt update