Run Test units

This commit is contained in:
MiltonPM
2019-06-12 17:23:01 -04:00
parent e0bd322f9d
commit 8d9e895804

View File

@@ -18,6 +18,7 @@ jobs:
- run: - run:
name: Run Test Units name: Run Test Units
command: | command: |
set -e
find tests/unit/ -type f -name "*.php" > tests.list find tests/unit/ -type f -name "*.php" > tests.list
input="tests.list" input="tests.list"
while IFS= read -r line while IFS= read -r line