Expose test error logs directly in the action logs

This commit is contained in:
Geert Janssens
2021-07-08 18:33:52 +02:00
parent 7b7d2d608f
commit 0061e21c4f
3 changed files with 5 additions and 0 deletions

View File

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

View File

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