summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-01-25 11:32:15 +0000
committerGitHub <noreply@github.com>2023-01-25 11:32:15 +0000
commit0384a4024e16744dc855094e3e4bc97216576e14 (patch)
tree07f68b9d62d80d28f3fe6ccf8daaf79af6789435
parent14c11568c4db9e65aaf262c9abcc60d10241846c (diff)
parent7742b1c0e2957bc848fef6a2e7c45d551da43425 (diff)
downloadlibgit2-0384a4024e16744dc855094e3e4bc97216576e14.tar.gz
Merge pull request #6460 from libgit2/ethomson/clar_update
ci: always create test summaries, even on failure
-rw-r--r--.github/workflows/main.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 21adc8025..39cefdb19 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -323,12 +323,13 @@ jobs:
test_results:
name: Test results
needs: [ build ]
+ if: always()
runs-on: ubuntu-latest
steps:
- name: Download test results
uses: actions/download-artifact@v3
- name: Generate test summary
- uses: test-summary/action@v1
+ uses: test-summary/action@v2
with:
paths: 'test-results-*/*.xml'
@@ -364,7 +365,7 @@ jobs:
cm doc api.docurium
git checkout gh-pages
zip --exclude .git/\* --exclude .gitignore --exclude .gitattributes -r api-documentation.zip .
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
name: Upload artifact
with:
name: api-documentation