There was an error while loading. Please reload this page.
1 parent 4774e86 commit 17dc813Copy full SHA for 17dc813
1 file changed
.github/workflows/common.yml
@@ -69,7 +69,6 @@ jobs:
69
mv bin/${{ env.BUILD_CONFIGURATION }}/bundle/container-dSYM.zip outputs
70
71
- name: Test the container project
72
- timeout-minutes: 5
73
run: |
74
APP_ROOT=$(mktemp -d -p "${RUNNER_TEMP}")
75
LOG_ROOT="${APP_ROOT}/logs"
@@ -89,6 +88,8 @@ jobs:
89
88
- name: Collect logs
90
if: always()
91
+ echo ${LOG_ROOT}
92
+ ls -l ${LOG_ROOT} || true
93
if [ -n "${LOG_ROOT}" ] && [ -d "${LOG_ROOT}" ] ; then
94
echo "Collecting logs from ${LOG_ROOT}..."
95
tar czf container-logs.tar.gz -C "$(dirname "${LOG_ROOT}")" "$(basename "${LOG_ROOT}")"
0 commit comments