Skip to content

Commit

Permalink
WIP 332 Show test results of docs build also
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 14, 2024
1 parent d8d2c12 commit e51f800
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
- name: Generate Site
run: ./generate-pages

- name: 'Publish Test Results'
uses: EnricoMi/publish-unit-test-result-action/linux@v2
if: always()
with:
files: |
**/build/test-results/**/*.xml
- name: Upload Generated Site
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit e51f800

Please sign in to comment.