mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
enable log
This commit is contained in:
@@ -153,7 +153,7 @@ runs:
|
|||||||
echo $PROXY_HOST_BPM
|
echo $PROXY_HOST_BPM
|
||||||
echo "GIT_HASH=$GIT_HASH" >> $GITHUB_ENV
|
echo "GIT_HASH=$GIT_HASH" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: run test
|
- name: run test
|
||||||
id: e2e_run
|
id: e2e_run
|
||||||
if: ${{ steps.determine-affected.outputs.isAffected == 'true' }}
|
if: ${{ steps.determine-affected.outputs.isAffected == 'true' }}
|
||||||
env:
|
env:
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user