0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🚧 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
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
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