summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2022-05-09 12:38:38 -0400
committerEdward Thomson <ethomson@github.com>2022-05-09 12:38:38 -0400
commit7ebe6600ec144ce038656acda39d5c18ac41b8b0 (patch)
tree22d1237b7a09ded6d4ef835a92f797de8fdf7a32
parentbdab22384cc61d315005a65456a9f9563bb27c8f (diff)
downloadlibgit2-ethomson/ci_test_results.tar.gz
ci: add summary of test resultsethomson/ci_test_results
-rw-r--r--.github/workflows/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 69b691ed1..993519aec 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -262,6 +262,11 @@ jobs:
../source/ci/test.sh
fi
shell: bash
+ - name: Report test results
+ uses: test-summary/action@v1
+ with:
+ paths: build/**/*.xml
+ if: always()
# Generate documentation using docurium. We'll upload the documentation
# as a build artifact so that it can be reviewed as part of a pull