suite4
Some checks failed
dotnet package / build (8.0.x) (push) Successful in 1m15s
Main Build Process / Build & Test (pull_request) Failing after 2m35s

This commit is contained in:
2024-08-26 21:31:52 +02:00
parent 2450e4370c
commit 218e7ea9af

View File

@@ -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