We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c92cdd3 + 3cbb49f commit 3edb883Copy full SHA for 3edb883
action.yml
@@ -13,5 +13,10 @@ inputs:
13
runs:
14
using: 'composite'
15
steps:
16
- - run: php ${{ github.action_path }}/run.php "${{ inputs.output_file }}"
+ - name: Dumping composer autoloader with optimization...
17
+ run: composer dumpautoload --optimize
18
+ shell: bash
19
+
20
+ - name: Generating classes output list file...
21
+ run: php ${{ github.action_path }}/run.php "${{ inputs.output_file }}"
22
shell: bash
0 commit comments