mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Expose test error logs directly in the action logs
This commit is contained in:
parent
7b7d2d608f
commit
0061e21c4f
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@ -30,6 +30,8 @@ jobs:
|
||||
cd build
|
||||
ninja
|
||||
ninja check
|
||||
env:
|
||||
CTEST_OUTPUT_ON_FAILURE: On
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: failure()
|
||||
with:
|
||||
|
2
.github/workflows/mac-tests.yaml
vendored
2
.github/workflows/mac-tests.yaml
vendored
@ -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…
Reference in New Issue
Block a user