mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 08:16:37 +02:00
feat: enable runnint test on travis
This commit is contained in:
parent
4da6ae0a74
commit
31766fde32
8 changed files with 79 additions and 105 deletions
6
backend/scripts/run-tests-in-docker.sh
Executable file
6
backend/scripts/run-tests-in-docker.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
|
||||
sudo pg_ctlcluster 9.6 main start
|
||||
clj -Adev -m uxbox.tests.main
|
Loading…
Add table
Add a link
Reference in a new issue