include_passed true

This commit is contained in:
leehk 2025-04-19 08:09:06 +08:00
parent 80caeca815
commit d09df7de09

View File

@ -236,6 +236,7 @@ jobs:
uses: mikepenz/action-junit-report@v5 uses: mikepenz/action-junit-report@v5
with: with:
report_paths: ${{ runner.temp }}/${{ inputs.testResultsFilename }} report_paths: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
include_passed: true
- name: Docker Compose Down - name: Docker Compose Down
if: always() # Always run cleanup if: always() # Always run cleanup