From 9efd9b23f545aeaeaf1f77c5136478c0193c3c51 Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Wed, 6 Nov 2024 11:32:13 +0900 Subject: [PATCH] ci(sdk test): Update to latest tests --- .github/workflows/sdk-chain-tests.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sdk-chain-tests.yml b/.github/workflows/sdk-chain-tests.yml index c89667f..3b28661 100644 --- a/.github/workflows/sdk-chain-tests.yml +++ b/.github/workflows/sdk-chain-tests.yml @@ -17,29 +17,32 @@ jobs: test-standalone-bouncer: name: Run Standalone Bouncer tests if: ${{ !contains(github.event.head_commit.message, 'chore(') }} - uses: crowdsecurity/cs-standalone-php-bouncer/.github/workflows/php-sdk-development-tests.yml@736a2971d93dc6a7e9dc3a73051986b8f7e0b41a + uses: crowdsecurity/cs-standalone-php-bouncer/.github/workflows/php-sdk-development-tests.yml@21a85d5696ba607e2028330c4ddda4b5e361547a with: php_common_json: '["${{ github.ref_name }}"]' lapi_client_json: '["main"]' + capi_client_json: '["main"]' remediation_engine_json: '["main"]' bouncer_lib_json: '["main"]' test-bouncer-lib: name: Run Bouncer lib tests if: ${{ !contains(github.event.head_commit.message, 'chore(') }} - uses: crowdsecurity/php-cs-bouncer/.github/workflows/php-sdk-development-tests.yml@95e5f6b50b517215898356b548a0c15d2d79bed0 + uses: crowdsecurity/php-cs-bouncer/.github/workflows/php-sdk-development-tests.yml@c2aaf185542d56c4731822e833aa4613b0143a5e with: php_common_json: '["${{ github.ref_name }}"]' lapi_client_json: '["main"]' + capi_client_json: '["main"]' remediation_engine_json: '["main"]' test-remediation-engine: name: Run Remediation Engine tests if: ${{ !contains(github.event.head_commit.message, 'chore(') }} - uses: crowdsecurity/php-remediation-engine/.github/workflows/php-sdk-development-tests.yml@7b87317cfc5ec3aac6df5e0074ec29665f4811bd + uses: crowdsecurity/php-remediation-engine/.github/workflows/php-sdk-development-tests.yml@0f0f1b16ab4f6ca3ad0525e03a6d88675a9baa99 with: php_common_json: '["${{ github.ref_name }}"]' lapi_client_json: '["main"]' + capi_client_json: '["main"]' secrets: TEST_MACHINE_ID: ${{ secrets.REMEDIATION_MACHINE_ID }} TEST_MACHINE_PWD: ${{ secrets.REMEDIATION_MACHINE_PWD }}