diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-22 16:32:16 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-22 16:32:16 -0700 |
| commit | 2cfb3076a7216565fcd3cc3f558a54c6be6877c8 (patch) | |
| tree | 5781d4496b17235e6902b00aa9e4d19b05d4ebde | |
| parent | 0c2ea0d17db96060f66a97ecf53c4e2520975864 (diff) | |
chore: add build manifest to run tests
| -rw-r--r-- | .builds/test.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
