Run Test units

This commit is contained in:
MiltonPM
2019-06-13 14:35:54 -04:00
parent 8d9e895804
commit 0ed9042caf

View File

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