mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-18 08:55:20 -05:00
Expose test error logs directly in the action logs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user