The ExtDN M2 PHPStan workflow returns the below error:
Error: file_put_contents(/m2/app/etc/vendor_path.php): Failed to open stream: No such file or directory
Use the `composer fund` command to find out more!
In PluginManager.php(278) : eval()'d code line 323:
file_put_contents(/m2/app/etc/vendor_path.php): Failed to open stream: No s
uch file or directory
Configuration used:
name: ExtDN M2 PHPStan
on:
push:
branches:
- main
pull_request:
jobs:
phpstan:
name: M2 PHPStan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-phpstan/8.1@master
with:
composer_name: pronko/workflow-tests-magento-module
Am I missing something in the yaml file or there is an issue with the workflow?