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:
parent
f365fd7f20
commit
127ec7536a
2 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@ jdk:
|
|||
- openjdk8
|
||||
services:
|
||||
- docker
|
||||
- postgresql
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue