Run Test units
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
name: Run Test Units
|
name: Run Test Units
|
||||||
command: |
|
command: |
|
||||||
set -e
|
set -e
|
||||||
find tests/unit/ -type f -name "*.php" > tests.list
|
find tests/ -name "*Test*.php"
|
||||||
input="tests.list"
|
input="tests.list"
|
||||||
while IFS= read -r line
|
while IFS= read -r line
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user