mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-09 00:43:33 +08:00
update
This commit is contained in:
parent
fbff39fbe8
commit
1493c9a771
8
.github/workflows/template_test.yml
vendored
8
.github/workflows/template_test.yml
vendored
@ -233,12 +233,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: always() # Run even if tests fail
|
||||||
uses: dorny/test-reporter@v1
|
uses: benjamine/report-junit-xml-action@v1
|
||||||
with:
|
with:
|
||||||
name: JUnit Test Report
|
report_file: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
|
||||||
path: ${{ runner.temp }}/${{ inputs.testResultsFilename }} # Path to the JUnit XML file
|
github_token: ${{ secrets.repo_test_1 }}
|
||||||
reporter: java-junit # Specify the format
|
|
||||||
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