mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Implemented script to test everything which is important for travis
This commit is contained in:
parent
6904ffbfdb
commit
015e233818
1
administration/test-code-format.sh
Normal file
1
administration/test-code-format.sh
Normal file
@ -0,0 +1 @@
|
||||
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php php vendor/bin/php-cs-fixer -v --diff --dry-run ./src/)
|
5
administration/test-everything.sh
Normal file
5
administration/test-everything.sh
Normal file
@ -0,0 +1,5 @@
|
||||
(cd $(dirname $(readlink -f ${0}))/ &&
|
||||
bash ./schema-validate.sh &&
|
||||
bash ./test.sh &&
|
||||
bash ./test-code-format.sh
|
||||
)
|
Loading…
Reference in New Issue
Block a user