Skip to content

Commit

Permalink
Add Slack Notification step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed Dec 13, 2023
1 parent 0a032d2 commit aa1c55e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:

name: Config ${{ matrix.config }} on ${{ matrix.operating-system }}

env:
NAME: Config ${{ matrix.config }} on ${{ matrix.operating-system }}

strategy:
fail-fast: false
matrix:
Expand All @@ -34,9 +37,8 @@ jobs:

- name: Save status artifact
run: |
echo "Job ${GITHUB_JOB}: ${STATUS}" > "status_${NAME}.txt"
echo "Job ${NAME}: ${STATUS}" > "status_${NAME}.txt"
env:
NAME: ${{ matrix.config }}
STATUS: ${{ job.status }}
if: always()

Expand Down

0 comments on commit aa1c55e

Please sign in to comment.