Skip to content

Commit

Permalink
GitHub Actions: debug test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrm456 committed Dec 14, 2023
1 parent 56199ff commit 2ceedbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker/build_test_ntf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ build_ntf() {
make test
rc=${?}
if [ ${rc} -ne 0 ]; then
# cat /workspace/ntf-core/build/Testing/Temporary/LastTest.log
cat /workspace/ntf-core/build/Testing/Temporary/LastTest.log
echo "Failed to run tests successfully: rc = ${rc}"
exit ${rc}
fi
Expand Down

0 comments on commit 2ceedbb

Please sign in to comment.