mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
feat: enable runnint test on travis
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user