Skip to content

Commit

Permalink
Try GH action to output a summary from the JUnit XML file
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Jun 15, 2024
1 parent b31586b commit 923a4c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@ jobs:
run: |
gcc -I test/include -I . -std=c99 test/src/* -o test/carbon
./test/carbon
- name: test-results-report
if: ${{ always() }}
uses: test-summary/action@v2
with:
paths: carbon_results.xml
output: carbon_results.md
- name: analyze
uses: github/codeql-action/analyze@v3

0 comments on commit 923a4c4

Please sign in to comment.