🚧 Mark backend tests to add to CI

This commit is contained in:
mathieu.brunot
2019-02-18 00:23:34 +01:00
parent f365fd7f20
commit 127ec7536a
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ jdk:
- openjdk8
services:
- docker
- postgresql
branches:
only:

View File

@@ -40,6 +40,11 @@ function run_image {
function test {
kill_container
echo "TODO Testing backend..."
cd ./backend
#lein test
cd ..
echo "Testing frontend..."
cd ./frontend
./scripts/build-tests