Skip to content

Commit 0019072

Browse files
committed
Enhancement: List content of PHAR
1 parent 5b08e98 commit 0019072

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)