Expose test error logs directly in the action logs

pull/1072/head
Geert Janssens 5 years ago
parent 7b7d2d608f
commit 0061e21c4f

@ -30,6 +30,8 @@ jobs:
cd build
ninja
ninja check
env:
CTEST_OUTPUT_ON_FAILURE: On
- uses: actions/upload-artifact@v2
if: failure()
with:

@ -47,6 +47,8 @@ jobs:
cd build
ninja
ninja check
env:
CTEST_OUTPUT_ON_FAILURE: On
- uses: actions/upload-artifact@v2
if: failure()
with:

@ -6,6 +6,7 @@ mkdir build
cd build
export TZ="America/Los_Angeles"
export PATH="$PATH:/usr/bin/core_perl"
export CTEST_OUTPUT_ON_FAILURE=On
cmake /github/workspace -DWITH_PYTHON=ON -DCMAKE_BUILD_TYPE=debug -G Ninja
ninja
ninja check

Loading…
Cancel
Save