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 d40601d commit 36ff1c0Copy full SHA for 36ff1c0
.github/workflows/ci.yml
@@ -53,5 +53,4 @@ jobs:
53
echo "vendor/autoload.php" > composer.pth
54
55
- name: Run test suite
56
- run: >
57
- for f in $(find src/test/php/ -name '*Test.class.php') ; do echo "== $f =="; sh xp-run xp.test.Runner -r Dots $f ; done
+ run: sh xp-run xp.test.Runner src/test/php/lang/ast/unittest/emit/PipelinesTest.class.php --output=code
0 commit comments