Skip to content

A GitHub Action for reporting test information from BuildPulse to a Discord channel

License

Notifications You must be signed in to change notification settings

buildpulse/buildpulse-discord

 
 

Repository files navigation

BuildPulse-Discord

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/[email protected]
  with:
    buildPulse-api-token: ${{ secrets.BUILDPULSE_API_TOKEN }}
    discord-webhook: ${{ secrets.DISCORD_BUILDPULSE_WEBHOOK }}

Repository

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/[email protected]
  with:
    buildPulse-api-token: ${{ secrets.BUILDPULSE_API_TOKEN }}
    discord-webhook: ${{ secrets.DISCORD_BUILDPULSE_WEBHOOK }}
    repository: facebook/react

About

A GitHub Action for reporting test information from BuildPulse to a Discord channel

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%