From 2cfb3076a7216565fcd3cc3f558a54c6be6877c8 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 22 Nov 2020 16:32:16 -0700 Subject: chore: add build manifest to run tests --- .builds/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .builds/test.yml diff --git a/.builds/test.yml b/.builds/test.yml new file mode 100644 index 0000000..a058498 --- /dev/null +++ b/.builds/test.yml @@ -0,0 +1,6 @@ +image: alpine:latest +sources: + - https://git.src.ht/~mokha/data-storage-api-ruby +tasks: + - test: | + ./bin/test -- cgit v1.2.3