From af188d0984c4086cebf9ef8fdd2b493fccd821cb Mon Sep 17 00:00:00 2001 From: lukaszcl <120112546+lukaszcl@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:17:01 +0200 Subject: [PATCH] Use debug in automation workflow test log --- .github/workflows/automation-ondemand-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation-ondemand-tests.yml b/.github/workflows/automation-ondemand-tests.yml index 2d9ca4cf99f..56f8afd1456 100644 --- a/.github/workflows/automation-ondemand-tests.yml +++ b/.github/workflows/automation-ondemand-tests.yml @@ -138,7 +138,7 @@ jobs: env: CHAINLINK_COMMIT_SHA: ${{ github.sha }} CHAINLINK_ENV_USER: ${{ github.actor }} - TEST_LOG_LEVEL: info + TEST_LOG_LEVEL: debug strategy: fail-fast: false matrix: