mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 13:18:21 +02: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
|
@ -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
Add a link
Reference in a new issue