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 4fdd57b commit a77788d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
es-node-it.log
./cmd/integration-test-server/itserver.log
notification:
if: ${{ always() }}
needs: es-node-integration-test
runs-on: ubuntu-latest
steps:
- name: Send notification email
if: always() # 无论成功或失败都发送通知
uses: dawidd6/action-send-mail@v3
Expand Down

0 comments on commit a77788d

Please sign in to comment.