Skip to content

Commit 227e159

Browse files
committed
ci: dump autoload
1 parent e9aea46 commit 227e159

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: Check PSR-4 mapping
5656
run: composer dump-autoload --optimize --strict-psr --no-dev
5757

58+
- name: Dump autoload
59+
run: composer dump-autoload --optimize
60+
5861
- name: Execute tests
5962
run: composer test
6063

0 commit comments

Comments
 (0)