summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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