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.
1 parent 8cc9d0d commit 8833d6bCopy full SHA for 8833d6b
.github/workflows/setup-magento.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: ./.github/dependency-checker
46
with:
47
php_version: ${{ matrix.php }}
48
- module_path: ${{ steps.setup-magento.outputs.path }}/vendor/run-as-root/magento2-prometheus-exporter/
+ module_path: vendor/run-as-root/magento2-prometheus-exporter/
49
magento_root: ${{ steps.setup-magento.outputs.path }}
50
51
- run: php ./vendor/bin/phpunit ./vendor/run-as-root/magento2-prometheus-exporter/Test/Unit
0 commit comments