File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2323 default : ' --testdox'
2424 required : false
2525 type : string
26+ TESTKIT :
27+ description : Require mantle-framework/testkit package.
28+ default : false
29+ required : false
30+ type : boolean
2631 secrets :
2732 COMPOSER_AUTH_JSON :
2833 description : Authentication for privately hosted packages and repositories as a JSON formatted object.
6772 PHP_VERSION : ${{ inputs.PHP_VERSION }}
6873 COMPOSER_CONFIG : ${{ vars.COMPOSER_CONFIG_JSON }}
6974
75+ - name : Install Testkit package
76+ if : ${{ inputs.TESTKIT == true && steps.check_files.outputs.files_exists == 'true' }}
77+ run : composer require --dev mantle-framework/testkit
78+
7079 - name : Set up problem matchers for PHPUnit
7180 if : steps.check_files.outputs.files_exists == 'true'
7281 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
You can’t perform that action at this time.
0 commit comments