We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913d4c2 commit 313333eCopy full SHA for 313333e
.github/workflows/ci.yml
@@ -53,4 +53,5 @@ jobs:
53
echo "vendor/autoload.php" > composer.pth
54
55
- name: Run test suite
56
- run: sh xp-run xp.test.Runner -r Dots src/test/php
+ 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