0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 04:19:08 -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 - openjdk8
services: services:
- docker - docker
- postgresql
branches: branches:
only: only:

View file

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