Skip to content

Commit 14860f0

Browse files
Set fail-on-error to false for Publish test results step
Agent-Logs-Url: https://github.com/TransactionProcessing/TransactionProcessorACL/sessions/056809f0-6df8-4568-b665-ab2dcea23543 Co-authored-by: StuartFerguson <16325469+StuartFerguson@users.noreply.github.com>
1 parent ad12f9c commit 14860f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightlybuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Unit Test Results
6060
path: '**/TestResults/*.trx'
6161
reporter: dotnet-trx
62-
fail-on-error: true
62+
fail-on-error: false
6363

6464
- name: Upload test results
6565
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)