BuildPulse is a CI observability platform that can help you find and fix flaky tests.
This Github Action is for reporting test information from BuildPulse to a Discord channel using a Discord Webhook
- name: Send Digest
uses: Rabatta-ApS/BuildPulse-Discord@v2.1.0
with:
buildPulse-api-token: ${{ secrets.BUILDPULSE_API_TOKEN }}
discord-webhook: ${{ secrets.DISCORD_BUILDPULSE_WEBHOOK }}
By default the action fetches tests from the repository that it is being run in. Alternatively, you can specify another repository using the repository input.
- name: Send Digest
uses: Rabatta-ApS/BuildPulse-Discord@v2.1.0
with:
buildPulse-api-token: ${{ secrets.BUILDPULSE_API_TOKEN }}
discord-webhook: ${{ secrets.DISCORD_BUILDPULSE_WEBHOOK }}
repository: facebook/react