@@ -215,18 +215,18 @@ jobs:
215215 # run: |
216216 # ${make_cmd} -j ${ncpu} V=1 NIM_COMMIT=${{ matrix.branch }} DISABLE_TEST_FIXTURES_SCRIPT=1 test
217217
218- # The upload creates a combined report that gets posted as a comment on the PR
219- # https://github.com/EnricoMi/publish-unit-test-result-action
220- - name : Upload combined results
221- uses : actions/upload-artifact@v4
222- with :
223- # upload-artifact requires avoiding "/", because "To maintain file
224- # system agnostic behavior, these characters are intentionally not
225- # allowed to prevent potential problems with downloads on different
226- # file systems". However, GitHub Actions workflows do not support a
227- # usual assortment of string functions.
228- name : Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-2' && 'version-2-2' || matrix.branch }}
229- path : build/*.xml
218+ # # The upload creates a combined report that gets posted as a comment on the PR
219+ # # https://github.com/EnricoMi/publish-unit-test-result-action
220+ # - name: Upload combined results
221+ # uses: actions/upload-artifact@v4
222+ # with:
223+ # # upload-artifact requires avoiding "/", because "To maintain file
224+ # # system agnostic behavior, these characters are intentionally not
225+ # # allowed to prevent potential problems with downloads on different
226+ # # file systems". However, GitHub Actions workflows do not support a
227+ # # usual assortment of string functions.
228+ # name: Unit Test Results ${{ matrix.target.os }}-${{ matrix.target.cpu }}-${{ matrix.branch == 'upstream/version-2-2' && 'version-2-2' || matrix.branch }}
229+ # path: build/*.xml
230230
231231 devbuild :
232232 name : " Developer builds"
0 commit comments