From 6efdf1c671b78caf0cb7ddceda6185c4c32a0ca7 Mon Sep 17 00:00:00 2001 From: eromano Date: Wed, 9 Aug 2023 19:53:57 +0200 Subject: [PATCH] enable log --- .github/actions/e2e/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/e2e/action.yml b/.github/actions/e2e/action.yml index 8f3c3f44f9..840273d6f8 100644 --- a/.github/actions/e2e/action.yml +++ b/.github/actions/e2e/action.yml @@ -153,7 +153,7 @@ runs: echo $PROXY_HOST_BPM echo "GIT_HASH=$GIT_HASH" >> $GITHUB_ENV - - name: run test + - name: run test id: e2e_run if: ${{ steps.determine-affected.outputs.isAffected == 'true' }} env: @@ -162,6 +162,7 @@ runs: AUTH_TYPE: "${{ inputs.e2e-test-auth }}" E2E_TEST_ID: "${{ inputs.e2e-test-id }}" DEPS: "${{ inputs.deps }}" + E2E_LOG_LEVEL: "TRACE" shell: bash run: | set -u;