@@ -2,8 +2,6 @@ name: SDK chain tests
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - main
7
5
paths-ignore :
8
6
- " **.md"
9
7
@@ -18,10 +16,26 @@ jobs:
18
16
test-standalone-bouncer :
19
17
name : Run Standalone Bouncer tests
20
18
if : ${{ !contains(github.event.head_commit.message, 'chore(') }}
21
- uses : crowdsecurity/cs-standalone-php-bouncer/.github/workflows/php-sdk-development-tests.yml@21a85d5696ba607e2028330c4ddda4b5e361547a
19
+ uses : crowdsecurity/cs-standalone-php-bouncer/.github/workflows/php-sdk-development-tests.yml@main
22
20
with :
23
21
php_common_json : ' ["main"]'
24
22
lapi_client_json : ' ["main"]'
25
23
capi_client_json : ' ["main"]'
26
24
remediation_engine_json : ' ["main"]'
27
25
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