Skip to content

Commit

Permalink
Merge pull request #6460 from libgit2/ethomson/clar_update
Browse files Browse the repository at this point in the history
ci: always create test summaries, even on failure
  • Loading branch information
ethomson committed Jan 25, 2023
2 parents 14c1156 + 7742b1c commit 0384a40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -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'

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0384a40

Please sign in to comment.