Skip to content

Commit e7ffb7c

Browse files
ci(sdk chain tests): Remove Magento 2 tests as it does not depends on this repo [skip ci]
1 parent c6600c0 commit e7ffb7c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/sdk-chain-tests.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,3 @@ jobs:
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 }}

0 commit comments

Comments
 (0)