enable log

This commit is contained in:
eromano
2023-08-31 10:27:08 +02:00
parent 36c7798773
commit 6efdf1c671
+1
View File
@@ -162,6 +162,7 @@ runs:
AUTH_TYPE: "${{ inputs.e2e-test-auth }}" AUTH_TYPE: "${{ inputs.e2e-test-auth }}"
E2E_TEST_ID: "${{ inputs.e2e-test-id }}" E2E_TEST_ID: "${{ inputs.e2e-test-id }}"
DEPS: "${{ inputs.deps }}" DEPS: "${{ inputs.deps }}"
E2E_LOG_LEVEL: "TRACE"
shell: bash shell: bash
run: | run: |
set -u; set -u;