From 272870f7697c754cfce027ab5245c3c0d14d9bac Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Tue, 16 Apr 2024 10:59:34 -0400 Subject: [PATCH] chore: add logging to the github action (#318) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6039f70..a7aaffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,8 @@ jobs: subject: CI workflow failed in ${{github.repository}} to: masters-grades@edx.org,aperture@2u-internal.opsgenie.net from: github-actions + nodemailerlog: true + nodemailerdebug: true body: CI workflow in ${{github.repository}} failed! For details see "github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"