Skip to content

Commit 313333e

Browse files
committed
Debug test runs
1 parent 913d4c2 commit 313333e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
echo "vendor/autoload.php" > composer.pth
5454
5555
- name: Run test suite
56-
run: sh xp-run xp.test.Runner -r Dots src/test/php
56+
run: >
57+
for f in $(find src/test/php/ -name '*Test.class.php') ; do sh xp-run xp.test.Runner -r Dots $f ; done

0 commit comments

Comments
 (0)