From 341f7396a6ea048e0782e74b0f383e4331c15dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Sun, 19 Jan 2025 11:01:25 +0100 Subject: ci: add ci to automatically run tests --- .woodpecker/tests.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .woodpecker/tests.yaml diff --git a/.woodpecker/tests.yaml b/.woodpecker/tests.yaml new file mode 100644 index 0000000..f423789 --- /dev/null +++ b/.woodpecker/tests.yaml @@ -0,0 +1,13 @@ +when: +- event: pull_request +- event: push + branch: main + +steps: + - name: build+test + image: leafgarland/janet-sdk + commands: + - apk add curl-dev + - jpm deps + - jpm build + - jpm test -- cgit v1.2.3