From 735b286dab1c2978fefefa24b3f9ae401e426fcf Mon Sep 17 00:00:00 2001 From: "taylor.smock" Date: Mon, 15 Jan 2024 16:31:12 +0000 Subject: [PATCH] Fix #23416: When GitHub CI fails, the hs_err dumps should be included in the test artifacts git-svn-id: https://josm.openstreetmap.de/svn/trunk@18936 0c6e7542-c601-0410-84e7-c038aed88b3b --- .github/workflows/ant-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ant-test.yml b/.github/workflows/ant-test.yml index 5f9c9e27bf3..c025255a60a 100644 --- a/.github/workflows/ant-test.yml +++ b/.github/workflows/ant-test.yml @@ -62,6 +62,7 @@ jobs: path: | test/report/*.txt test/report/TEST*.xml + hs_err* publish-test-results: name: "Publish Unit Tests Results"