Commit 63e99c3 1 parent 987ea11 commit 63e99c3 Copy full SHA for 63e99c3
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,13 @@ jobs:
112
112
if : always()
113
113
with :
114
114
files : tests/results/**/*.xml
115
- check_name : " ${{ matrix.cfengine }} Test Results"
115
+ check_name : " ${{ matrix.cfengine }} ColdBox ${{ matrix.coldboxVersion }} Test Results"
116
116
117
117
- name : Upload Test Results to Artifacts
118
118
if : always()
119
119
120
120
with :
121
- name : test-results-${{ matrix.cfengine }}
121
+ name : test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
122
122
path : |
123
123
tests/results/**/*
124
124
@@ -131,7 +131,7 @@ jobs:
131
131
if : ${{ failure() }}
132
132
133
133
with :
134
- name : Failure Debugging Info - ${{ matrix.cfengine }}
134
+ name : Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
135
135
path : |
136
136
.engine/**/logs/*
137
137
.engine/**/WEB-INF/cfusion/logs/*
@@ -145,6 +145,6 @@ jobs:
145
145
SLACK_COLOR : ${{ job.status }} # or a specific color like 'green' or '#ff00ff'
146
146
SLACK_ICON_EMOJI : " :bell:"
147
147
SLACK_MESSAGE : ' ${{ github.repository }} tests failed :cry:'
148
- SLACK_TITLE : ${{ github.repository }} Tests For ${{ matrix.cfengine }} failed
148
+ SLACK_TITLE : ${{ github.repository }} Tests For ${{ matrix.cfengine }} with ColdBox ${{ matrix.coldboxVersion }} failed
149
149
SLACK_USERNAME : CI
150
150
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments