File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414/.release-please-manifest.json export-ignore
1515/skills-lock.json export-ignore
1616/.trunkignore export-ignore
17+ /tests / export-ignore
18+ /phpunit.xml.dist export-ignore
19+ /infection.json5 export-ignore
20+ /.gitignore export-ignore
21+ /.gitattributes export-ignore
Original file line number Diff line number Diff line change 8181 composer update --with-dependencies
8282 bin/magento setup:upgrade
8383
84- # phpstan.neon is export-ignored, so the copied path repository omits
85- # it; place it next to the analysed source for the phpstan job.
84+ # phpstan.neon and tests/ are export-ignored, so the copied path
85+ # repository omits them; place them next to the analysed source so the
86+ # phpstan job can analyse both `src` and `tests` (per phpstan.neon).
8687 cp ../mageforge/phpstan.neon vendor/openforgeproject/mageforge/phpstan.neon
88+ cp -r ../mageforge/tests vendor/openforgeproject/mageforge/tests
8789
8890 - name : Pack Magento install
8991 run : |
You can’t perform that action at this time.
0 commit comments