Skip to content

Commit 17dc813

Browse files
committed
instrument updated log collection
1 parent 4774e86 commit 17dc813

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/common.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
mv bin/${{ env.BUILD_CONFIGURATION }}/bundle/container-dSYM.zip outputs
7070
7171
- name: Test the container project
72-
timeout-minutes: 5
7372
run: |
7473
APP_ROOT=$(mktemp -d -p "${RUNNER_TEMP}")
7574
LOG_ROOT="${APP_ROOT}/logs"
@@ -89,6 +88,8 @@ jobs:
8988
- name: Collect logs
9089
if: always()
9190
run: |
91+
echo ${LOG_ROOT}
92+
ls -l ${LOG_ROOT} || true
9293
if [ -n "${LOG_ROOT}" ] && [ -d "${LOG_ROOT}" ] ; then
9394
echo "Collecting logs from ${LOG_ROOT}..."
9495
tar czf container-logs.tar.gz -C "$(dirname "${LOG_ROOT}")" "$(basename "${LOG_ROOT}")"

0 commit comments

Comments
 (0)