Run Test units

This commit is contained in:
MiltonPM
2019-06-13 14:38:31 -04:00
parent 0ed9042caf
commit f486e69f4e

View File

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