Skip to content

Commit 7840cf8

Browse files
Add option to run phpunit from vendor folder
1 parent 67a9e0d commit 7840cf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ inputs:
1616
description: Space separated list of extensions to configure with the PHP build
1717
required: false
1818

19+
vendored_phpunit_path:
20+
description: Path to a vendored phpunit binary
21+
required: false
22+
1923
configuration:
2024
description: Configuration file location
2125
required: false
@@ -85,6 +89,7 @@ runs:
8589
ACTION_VERSION: ${{ inputs.version }}
8690
ACTION_PHP_VERSION: ${{ inputs.php_version }}
8791
ACTION_PHP_EXTENSIONS: ${{ inputs.php_extensions }}
92+
ACTION_PHPUNIT_PATH: ${{ inputs.vendored_phpunit_path }}
8893
ACTION_CONFIGURATION: ${{ inputs.configuration }}
8994
ACTION_LOG_JUNIT: ${{ inputs.log_junit }}
9095
ACTION_TESTDOX_HTML: ${{ inputs.testdox_html }}

0 commit comments

Comments
 (0)