Skip to content

Commit

Permalink
ci(sdk tests): Add lapi client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Nov 6, 2024
1 parent 9efd9b2 commit 8fc94b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sdk-chain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"]'

0 comments on commit 8fc94b0

Please sign in to comment.