Skip to content

Commit 165bf93

Browse files
committed
Print failure logs
1 parent 26a74e3 commit 165bf93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,11 @@ jobs:
445445
run: |
446446
ctest --preset=ci-linux
447447
448+
- name: "Print failure log"
449+
if: ${{ failure() }}
450+
run: |
451+
cat /__w/kart/kart/vcpkg-vendor/vcpkg/buildtrees/pdal/install-x64-linux-rel-out.log
452+
448453
#
449454
# Packaging
450455
#

0 commit comments

Comments
 (0)