Skip to content

Commit

Permalink
Display failure test log
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 5, 2023
1 parent 96f2a0b commit ba8d0fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/windows_cmake_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ jobs:
configurePresetAdditionalArgs: "['-DGTest_HAS_ABSEIL=ON']"
buildPreset: ninja-multi-vcpkg-debug
testPreset: ninja-multi-vcpkg-debug

- name: Display failure test log
id: display_fail_test_log
if: failure()
shell: bash
run: |
cat Testing/Temporary/LastTest.log || /bin/true

0 comments on commit ba8d0fd

Please sign in to comment.