Skip to content

Commit 36ff1c0

Browse files
committed
Debug PHP 8.5 pipelines
1 parent d40601d commit 36ff1c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ jobs:
5353
echo "vendor/autoload.php" > composer.pth
5454
5555
- 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
56+
run: sh xp-run xp.test.Runner src/test/php/lang/ast/unittest/emit/PipelinesTest.class.php --output=code

0 commit comments

Comments
 (0)