Skip to content

Commit 63e99c3

Browse files
committed
set correct names to artifact
1 parent 987ea11 commit 63e99c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ jobs:
112112
if: always()
113113
with:
114114
files: tests/results/**/*.xml
115-
check_name: "${{ matrix.cfengine }} Test Results"
115+
check_name: "${{ matrix.cfengine }} ColdBox ${{ matrix.coldboxVersion }} Test Results"
116116

117117
- name: Upload Test Results to Artifacts
118118
if: always()
119119
uses: actions/[email protected]
120120
with:
121-
name: test-results-${{ matrix.cfengine }}
121+
name: test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
122122
path: |
123123
tests/results/**/*
124124
@@ -131,7 +131,7 @@ jobs:
131131
if: ${{ failure() }}
132132
uses: actions/[email protected]
133133
with:
134-
name: Failure Debugging Info - ${{ matrix.cfengine }}
134+
name: Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
135135
path: |
136136
.engine/**/logs/*
137137
.engine/**/WEB-INF/cfusion/logs/*
@@ -145,6 +145,6 @@ jobs:
145145
SLACK_COLOR: ${{ job.status }} # or a specific color like 'green' or '#ff00ff'
146146
SLACK_ICON_EMOJI: ":bell:"
147147
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
149149
SLACK_USERNAME: CI
150150
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)