🎉 Add circle CI (for backend).

This commit is contained in:
Andrey Antukh 2021-02-01 14:06:06 +01:00
parent 240de28567
commit b3f9c3d27e
4 changed files with 68 additions and 7 deletions

2
backend/scripts/tests.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env sh
exec clojure -M:dev:tests "$@"