File tree Expand file tree Collapse file tree 3 files changed +7
-98
lines changed
Expand file tree Collapse file tree 3 files changed +7
-98
lines changed Original file line number Diff line number Diff line change 1- name : Integration Test
1+ name : Check Extension
22
33on :
44 workflow_dispatch : {}
@@ -29,13 +29,13 @@ jobs:
2929 steps :
3030 - uses : graycoreio/github-actions-magento2/supported-version@main
3131 id : supported-version
32- - run : echo ${{ steps.supported-version.outputs.matrix }}
33- integration-workflow :
32+ with :
33+ include_services : true
34+ check-extension :
3435 needs : compute_matrix
35- uses : graycoreio/github-actions-magento2/.github/workflows/integration .yaml@main
36+ uses : graycoreio/github-actions-magento2/.github/workflows/check-extension .yaml@main
3637 with :
37- package_name : graycore/magento2-stdlogging
3838 matrix : ${{ needs.compute_matrix.outputs.matrix }}
39- test_command : ../../../vendor/bin/phpunit ../../../vendor/graycore/magento2-stdlogging/Test/Integration
39+ fail-fast : false
4040 secrets :
41- composer_auth : ${{ secrets.COMPOSER_AUTH }}
41+ composer_auth : ${{ secrets.COMPOSER_AUTH }}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments