mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
Create command test
This commit is contained in:
parent
8c18836cca
commit
463c566eda
5 changed files with 21 additions and 4 deletions
7
fulltest
Executable file
7
fulltest
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# for development
|
||||
docker-compose up -d
|
||||
./test "$@"
|
||||
docker-compose exec test vendor/bin/phpcov merge --clover clover.xml coverage/
|
||||
Loading…
Add table
Add a link
Reference in a new issue