Skip to content

Commit

Permalink
ci(sdk chain tests): Remove Magento 2 tests as it does not depends on…
Browse files Browse the repository at this point in the history
… this repo [skip ci]
  • Loading branch information
julienloizelet committed Nov 7, 2024
1 parent c6600c0 commit e7ffb7c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/sdk-chain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,3 @@ jobs:
capi_client_json: '["main"]'
remediation_engine_json: '["main"]'
bouncer_lib_json: '["${{ github.ref_name }}"]'

test-magento-engine:
name: Run Magento 2 Engine module tests
if: ${{ !contains(github.event.head_commit.message, 'chore(') }}
uses: crowdsecurity/magento-cs-extension/.github/workflows/php-sdk-development-tests.yml@main
with:
php_common_json: '["main"]'
lapi_client_json: '["main"]'
capi_client_json: '["main"]'
remediation_engine_json: '["main"]'
bouncer_lib_json: '["${{ github.ref_name }}"]'
secrets:
MACHINE_ID: ${{ secrets.TEST_MACHINE_ID }}
MACHINE_PASSWORD: ${{ secrets.TEST_MACHINE_PWD }}
ENROLL_KEY: ${{ secrets.ENROLLMENT_KEY }}
M2_COMPOSER_AUTH: ${{ secrets.M2_AUTH }}

0 comments on commit e7ffb7c

Please sign in to comment.