diff --git a/.github/workflows/sdk-chain-tests.yml b/.github/workflows/sdk-chain-tests.yml index 3b28661..f58b220 100644 --- a/.github/workflows/sdk-chain-tests.yml +++ b/.github/workflows/sdk-chain-tests.yml @@ -46,3 +46,10 @@ jobs: secrets: TEST_MACHINE_ID: ${{ secrets.REMEDIATION_MACHINE_ID }} TEST_MACHINE_PWD: ${{ secrets.REMEDIATION_MACHINE_PWD }} + + test-lapi-client: + name: Run Lapi client tests + if: ${{ !contains(github.event.head_commit.message, 'chore(') }} + uses: crowdsecurity/php-lapi-client/.github/workflows/php-sdk-development-tests.yml@abf5fac68b433c52cb31477f8c03130c939f8b72 + with: + php_common_json: '["${{ github.ref_name }}"]'