diff options
| author | 2025-01-19 11:01:25 +0100 | |
|---|---|---|
| committer | 2025-01-19 11:01:25 +0100 | |
| commit | 341f7396a6ea048e0782e74b0f383e4331c15dc5 (patch) | |
| tree | 9aa52106f1cca628f9cc819e3b1c2d20ce4ee785 | |
| parent | prepare 1.4.3 release (diff) | |
ci: add ci to automatically run tests
| -rw-r--r-- | .woodpecker/tests.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
