Skip to content

Commit

Permalink
ci: Add step to trigger python SDK tests (#5109)
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 authored Oct 15, 2024
1 parent 06c1428 commit 0ef7ac7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/iroha2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ jobs:
with:
name: iroha_binaries_and_schema
path: ${{ env.ARTIFACTS_DIR }}
- name: Trigger python SDK tests
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.REPO_ACCESS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/hyperledger/iroha-python/dispatches \
-d '{"event_type":"dispatch-event"}'
telemetry:
# FIXME #2646
Expand Down

0 comments on commit 0ef7ac7

Please sign in to comment.