File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed
Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 2828 name : prism-linux-x64
2929 path : prism-release
3030 - name : Test
31+ continue-on-error : true
3132 run : |
3233 cd build-cmake
33- ctest -j
34- - name : Upload Test Results
35- uses : actions/upload-artifact@v4
36- with :
37- name : test-results
38- path : build-cmake/Testing/Temporary
34+ ctest -j
35+ - name : Echo Test Results
36+ run : cat build-cmake/Testing/Temporary/LastTest.log
Original file line number Diff line number Diff line change 2727 name : prism-mac-bin
2828 path : prism-release
2929 - name : Test
30+ continue-on-error : true
3031 run : |
3132 cd build-cmake
32- ctest -j
33- - name : Upload Test Results
34- uses : actions/upload-artifact@v4
35- with :
36- name : test-results
37- path : build-cmake/Testing/Temporary
33+ ctest -j
34+ - name : Echo Test Results
35+ run : cat build-cmake/Testing/Temporary/LastTest.log
Original file line number Diff line number Diff line change 2121 name : prism-windows-x64
2222 path : build/x64/Debug/prism.exe
2323 - name : Test
24+ continue-on-error : true
2425 run : |
2526 cd build/x64
2627 ctest -j -C Debug
27- - name : Upload Test Results
28- uses : actions/upload-artifact@v4
29- with :
30- name : test-results
31- path : build-cmake/Testing/Temporary
28+ - name : Echo Test Results
29+ run : cat build-cmake/Testing/Temporary/LastTest.log
You can’t perform that action at this time.
0 commit comments