Skip to content

Commit

Permalink
Add example test project to test report
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Aug 30, 2023
1 parent 5e64f83 commit 073e6c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
- name: Create test report (dogfooding)
if: always()
run: |
dotnet run --project smink -- ./TestResults/smink.UnitTests.testresults.xml ./TestResults/smink.UnitTests.testresults.html
dotnet run --project smink -- \
./TestResults/smink.UnitTests.testresults.xml \
./ExampleTestProjects/NUnit.ExampleTests/TestResults/*.xml \
./ExampleTestProjects/xUnit.ExampleTests/TestResults/*.xml \
./TestResults/smink.UnitTests.testresults.html
# echo '<![CDATA[' > $GITHUB_STEP_SUMMARY
# cat ./TestResults/smink.UnitTests.testresults.html >> $GITHUB_STEP_SUMMARY
# echo ']]>' >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 073e6c3

Please sign in to comment.