From 7c8db32ae22727b36640ea6e93a604e4b0f413f0 Mon Sep 17 00:00:00 2001 From: Jon Clausen Date: Sun, 10 Nov 2024 11:06:33 -0500 Subject: [PATCH] add more info to failure debugging log --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cada01a..45ee0cc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -123,7 +123,7 @@ jobs: if: ${{ failure() }} uses: actions/upload-artifact@v4 with: - name: Failure Debugging Info - ${{ matrix.cfengine }} + name: Failure Debugging Info - ${{ matrix.cfengine }} | Coldbox ${{ matrix.coldboxVersion }} ( jdk${{ matrix.javaVersion }}-es${{ matrix.ELASTICSEARCH_VERSION }} ) path: | .engine/**/logs/* .engine/**/WEB-INF/cfusion/logs/*