We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5242a commit f84e0ebCopy full SHA for f84e0eb
.github/workflows/tests.yml
@@ -124,7 +124,7 @@ jobs:
124
if: always()
125
with:
126
files: tests/results/**/*.xml
127
- check_name: "${{ matrix.cfengine }} Test Results"
+ check_name: "${{ matrix.cfengine }} jdk:${{ matrix.jdkVersion }} coldbox:${{ matrix.coldboxVersion }} experimental:${{ matrix.experimental }} Test Results"
128
129
- name: Upload Test Results Artifacts
130
0 commit comments