mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-06 07:03:18 +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:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: develop
|
ref: develop
|
||||||
|
|
||||||
@ -232,11 +232,10 @@ jobs:
|
|||||||
|
|
||||||
# Optional: Publish Test Results for UI display
|
# Optional: Publish Test Results for UI display
|
||||||
- name: Publish Test Results
|
- name: Publish Test Results
|
||||||
if: always() # Run even if tests fail
|
if: success() || failure() # always run even if the previous step fails
|
||||||
uses: benjamine/report-junit-xml-action@v1
|
uses: mikepenz/action-junit-report@v5
|
||||||
with:
|
with:
|
||||||
report_file: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
|
report_paths: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
|
||||||
github_token: ${{ secrets.repo_test_1 }}
|
|
||||||
|
|
||||||
- name: Docker Compose Down
|
- name: Docker Compose Down
|
||||||
if: always() # Always run cleanup
|
if: always() # Always run cleanup
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user