Run Test units

This commit is contained in:
MiltonPM
2019-06-13 14:41:27 -04:00
parent f486e69f4e
commit b736eb37a0

View File

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