From a45b353540f923de60ff5e1118ac32b84749af68 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Thu, 23 May 2024 09:24:15 +0200 Subject: [PATCH] print test summary in automation nightly tests --- .github/workflows/automation-nightly-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/automation-nightly-tests.yml b/.github/workflows/automation-nightly-tests.yml index f25700f3155..149dc85d530 100644 --- a/.github/workflows/automation-nightly-tests.yml +++ b/.github/workflows/automation-nightly-tests.yml @@ -155,6 +155,9 @@ jobs: this-job-name: Automation ${{ matrix.tests.name }} Test test-results-file: '{"testType":"go","filePath":"/tmp/gotest.log"}' continue-on-error: true + - name: Print failed test summary + if: always() + uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/show-test-summary@b49a9d04744b0237908831730f8553f26d73a94b # v2.3.17 test-notify: name: Start Slack Thread