Skip to content

Commit

Permalink
Update CI/CD Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amacgregor committed Dec 26, 2024
1 parent ecc1a32 commit 18bdcbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,13 @@ jobs:
# Step: Execute the tests.
- name: Run tests
run: mix test

# Update status to Discord
- name: Notify Discord about Status
uses: sarisia/actions-status-discord@v1
if: always()
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
with:
status: ${{ job.status }}
description: Elixir test and code coverage

0 comments on commit 18bdcbe

Please sign in to comment.