We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a9e0d commit 7840cf8Copy full SHA for 7840cf8
action.yml
@@ -16,6 +16,10 @@ inputs:
16
description: Space separated list of extensions to configure with the PHP build
17
required: false
18
19
+ vendored_phpunit_path:
20
+ description: Path to a vendored phpunit binary
21
+ required: false
22
+
23
configuration:
24
description: Configuration file location
25
@@ -85,6 +89,7 @@ runs:
85
89
ACTION_VERSION: ${{ inputs.version }}
86
90
ACTION_PHP_VERSION: ${{ inputs.php_version }}
87
91
ACTION_PHP_EXTENSIONS: ${{ inputs.php_extensions }}
92
+ ACTION_PHPUNIT_PATH: ${{ inputs.vendored_phpunit_path }}
88
93
ACTION_CONFIGURATION: ${{ inputs.configuration }}
94
ACTION_LOG_JUNIT: ${{ inputs.log_junit }}
95
ACTION_TESTDOX_HTML: ${{ inputs.testdox_html }}
0 commit comments