mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
mikepenz/action-junit-report@v5
This commit is contained in:
parent
1493c9a771
commit
80caeca815
9
.github/workflows/template_test.yml
vendored
9
.github/workflows/template_test.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: develop
|
||||
|
||||
@ -232,11 +232,10 @@ jobs:
|
||||
|
||||
# Optional: Publish Test Results for UI display
|
||||
- name: Publish Test Results
|
||||
if: always() # Run even if tests fail
|
||||
uses: benjamine/report-junit-xml-action@v1
|
||||
if: success() || failure() # always run even if the previous step fails
|
||||
uses: mikepenz/action-junit-report@v5
|
||||
with:
|
||||
report_file: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
|
||||
github_token: ${{ secrets.repo_test_1 }}
|
||||
report_paths: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
|
||||
|
||||
- name: Docker Compose Down
|
||||
if: always() # Always run cleanup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user