Skip to content

Commit

Permalink
add notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Oct 18, 2024
1 parent 4fd475e commit 8f6f412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
upload:
if: ${{ always() }}
needs: integration-test
runs-on: ubuntu-latest
steps:
- name: Upload Logs
uses: actions/upload-artifact@v4
Expand All @@ -59,6 +60,7 @@ jobs:
notification:
if: ${{ always() }}
needs: [upload, integration-test]
runs-on: ubuntu-latest
steps:
- name: Send notification email
uses: dawidd6/action-send-mail@v3
Expand Down

0 comments on commit 8f6f412

Please sign in to comment.