Skip to content

Commit 3edb883

Browse files
authored
Merge pull request #2 from impresscms-dev/feat/Dumping-composer-autoloader-with-optimization
Dumping composer autoloader with optimization
2 parents c92cdd3 + 3cbb49f commit 3edb883

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ inputs:
1313
runs:
1414
using: 'composite'
1515
steps:
16-
- run: php ${{ github.action_path }}/run.php "${{ inputs.output_file }}"
16+
- 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 }}"
1722
shell: bash

0 commit comments

Comments
 (0)