suite4
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
||||
-H "Content-Type: application/json" \
|
||||
-d "{\"body\": \"${COMMENT_CONTENT}\"}" \
|
||||
${GITEA_URL}/api/v1/repos/${REPO_OWNER}/${REPO_NAME}/issues/${PR_NUMBER}/comments
|
||||
|
||||
|
||||
- name: Upload Test Result Files
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@@ -91,6 +91,6 @@ jobs:
|
||||
if: always()
|
||||
with:
|
||||
files: |
|
||||
TestResults/**/*.xml
|
||||
TestResults/**/*.trx
|
||||
TestResults/**/*.json
|
||||
**/TestResults/**/*.xml
|
||||
**/TestResults/**/*.trx
|
||||
**/TestResults/**/*.json
|
||||
|
||||
Reference in New Issue
Block a user