diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44eba700..cf21bd14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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