Skip to content

Commit

Permalink
[test](gtest): show test result
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyang.jia committed Nov 28, 2023
1 parent 37a5fd5 commit 5e5d12b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: test-summary/action@v2
with:
paths: "build/test/*.xml"
- name: test report
uses: dorny/test-reporter@v1
with:
paths: "build/test/*.xml"
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5e5d12b

Please sign in to comment.