File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 if : ${{ matrix.test-group == 'LSP4Jakarta-Unit' && !failure() }}
119119120120 with :
121- name : liberty-tools-intellij-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
121+ name : liberty-tools-intellij-LTI-${{ github.ref_name }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
122122 path : |
123123 ./**/*liberty-tools-intellij*.zip
124124 ./**/libs/*liberty-tools-intellij*.jar
@@ -132,6 +132,6 @@ jobs:
132132 if : ${{ failure() && steps.run_tests.conclusion == 'failure' }}
133133134134 with :
135- name : linux-${{ matrix.test-group }}-test-report-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
135+ name : linux-${{ matrix.test-group }}-test-report-LTI-${{ github.ref_name }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
136136 path : |
137137 liberty-tools-intellij/build/reports/
Original file line number Diff line number Diff line change @@ -119,6 +119,6 @@ jobs:
119119 if : ${{ failure() && steps.run_tests.conclusion == 'failure' }}
120120121121 with :
122- name : mac-${{ matrix.test-group }}-test-report-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
122+ name : mac-${{ matrix.test-group }}-test-report-LTI-${{ github.ref_name }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
123123 path : |
124124 liberty-tools-intellij/build/reports/
Original file line number Diff line number Diff line change @@ -125,6 +125,6 @@ jobs:
125125 if : ${{ failure() && steps.run_tests.conclusion == 'failure' }}
126126127127 with :
128- name : windows-${{ matrix.test-group }}-test-report-LTI-${{ env.REF_LTI_TAG || 'default' }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
128+ name : windows-${{ matrix.test-group }}-test-report-LTI-${{ github.ref_name }}-LSP4IJ-${{ env.LSP4IJ_BRANCH || 'default' }}
129129 path : |
130130 liberty-tools-intellij/build/reports/
You can’t perform that action at this time.
0 commit comments