File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 run : " .phive/box compile --ansi --config=box.json"
204204
205205 - name : " Show info about phpunit-slow-test-detector.phar with humbug/box"
206- run : " .phive/box info ${{ env.PHPUNIT_SLOW_TEST_DETECTOR_PHAR }} --ansi"
206+ run : " .phive/box info ${{ env.PHPUNIT_SLOW_TEST_DETECTOR_PHAR }} --ansi --list "
207207
208208 - name : " Run phar tests with phpunit/phpunit"
209209 run : " .phive/phpunit --colors=always --configuration=test/Phar/phpunit.xml"
Original file line number Diff line number Diff line change 6969 run : " .phive/box compile --ansi --config=box.json"
7070
7171 - name : " Show info about phpunit-slow-test-detector.phar with humbug/box"
72- run : " .phive/box info ${{ env.PHPUNIT_SLOW_TEST_DETECTOR_PHAR }} --ansi"
72+ run : " .phive/box info ${{ env.PHPUNIT_SLOW_TEST_DETECTOR_PHAR }} --ansi --list "
7373
7474 - name : " Run phar tests with phpunit/phpunit"
7575 run : " .phive/phpunit --colors=always --configuration=test/Phar/phpunit.xml"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ phar: phive vendor ## Builds a phar with humbug/box
2727 composer remove phpunit/phpunit --no-interaction --no-progress
2828 .phive/box compile --config=box.json
2929 git checkout HEAD -- composer.json composer.lock
30- .phive/box info .build/phar/phpunit-slow-test-detector.phar
30+ .phive/box info .build/phar/phpunit-slow-test-detector.phar --list
3131 .phive/phpunit --configuration=test/Phar/phpunit.xml
3232
3333.PHONY : phive
You can’t perform that action at this time.
0 commit comments