File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 2323 capi_client_json : ' ["main"]'
2424 remediation_engine_json : ' ["main"]'
2525 bouncer_lib_json : ' ["${{ github.ref_name }}"]'
26-
27- test-magento-engine :
28- name : Run Magento 2 Engine module tests
29- if : ${{ !contains(github.event.head_commit.message, 'chore(') }}
30- uses : crowdsecurity/magento-cs-extension/.github/workflows/php-sdk-development-tests.yml@main
31- with :
32- php_common_json : ' ["main"]'
33- lapi_client_json : ' ["main"]'
34- capi_client_json : ' ["main"]'
35- remediation_engine_json : ' ["main"]'
36- bouncer_lib_json : ' ["${{ github.ref_name }}"]'
37- secrets :
38- MACHINE_ID : ${{ secrets.TEST_MACHINE_ID }}
39- MACHINE_PASSWORD : ${{ secrets.TEST_MACHINE_PWD }}
40- ENROLL_KEY : ${{ secrets.ENROLLMENT_KEY }}
41- M2_COMPOSER_AUTH : ${{ secrets.M2_AUTH }}
You can’t perform that action at this time.
0 commit comments