Skip to content

Commit 32da769

Browse files
committed
Use compiler test suite infrastructure
1 parent 629d96b commit 32da769

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,7 +53,8 @@ jobs:
5353
run: >
5454
curl -sSL https://baltocdn.com/xp-framework/xp-runners/distribution/downloads/e/entrypoint/xp-run-8.5.3.sh > xp-run &&
5555
composer install --prefer-dist &&
56-
echo "vendor/autoload.php" > composer.pth
56+
echo "vendor/autoload.php" > composer.pth &&
57+
echo "vendor/xp-framework/compiler/src/test/php" >> composer.pth
5758
5859
- name: Run test suite
5960
run: sh xp-run xp.unittest.TestRunner src/test/php

0 commit comments

Comments
 (0)