Skip to content

Commit 21d0fc1

Browse files
committed
save ctest log if failure
1 parent 0907712 commit 21d0fc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci_windows.yml

+6
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ jobs:
2929
- name: CTest
3030
run: ctest --parallel -V
3131
working-directory: build
32+
33+
- uses: actions/upload-artifact@v1
34+
if: failure()
35+
with:
36+
name: WindowsCMakeTestlog
37+
path: build/Testing/Temporary/LastTest.log

0 commit comments

Comments
 (0)