diff options
| -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 |
