Skip to content

Commit

Permalink
ci: Add webhook trigger for iroha-java tests upload to Allure (#5226)
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 authored Nov 11, 2024
1 parent aef3df6 commit b29e442
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 @@ -92,6 +92,15 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/hyperledger-iroha/iroha-python/dispatches \
-d '{"event_type":"dispatch-event"}'
- name: Trigger java 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/iroha-java/dispatches \
-d '{"event_type":"allure-upload-trigger"}'
telemetry:
# FIXME #2646
Expand Down

0 comments on commit b29e442

Please sign in to comment.