Skip to content

Commit 7c8db32

Browse files
committed
add more info to failure debugging log
1 parent 9e2e2ce commit 7c8db32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if: ${{ failure() }}
124124
uses: actions/upload-artifact@v4
125125
with:
126-
name: Failure Debugging Info - ${{ matrix.cfengine }}
126+
name: Failure Debugging Info - ${{ matrix.cfengine }} | Coldbox ${{ matrix.coldboxVersion }} ( jdk${{ matrix.javaVersion }}-es${{ matrix.ELASTICSEARCH_VERSION }} )
127127
path: |
128128
.engine/**/logs/*
129129
.engine/**/WEB-INF/cfusion/logs/*

0 commit comments

Comments
 (0)