feat: Add CI for testing

This commit is contained in:
Yarmo Mackenbach 2023-03-28 10:35:14 +02:00
parent 939b620e8e
commit 99fe8edd71
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -1,4 +1,10 @@
pipeline:
test:
image: node
commands:
- yarn --pure-lockfile
- yarn run test
build-latest-container:
when:
branch: main