Merge pull request #67 from aimingmed/feature/backend-frontend-structure

update with repo-scope access
This commit is contained in:
Hong Kai LEE 2025-04-18 20:58:48 +08:00 committed by GitHub
commit e1651497c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -232,6 +232,7 @@ jobs:
name: JUnit Test Report
path: ${{ runner.temp }}/${{ inputs.testResultsFilename }} # Path to the JUnit XML file
reporter: java-junit # Specify the format
token: ${{ secrets.TEST-REPORT }}
- name: Print Service Logs on Failure or Success
if: always() # Always run this step