Skip to content

Commit 5e15ef1

Browse files
Update .NET test steps to not continue on error
Removed continue-on-error option from .NET test steps.
1 parent 1a8f4cd commit 5e15ef1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/Build-Test-And-Deploy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393

9494
- name: Run .NET Tests
9595
id: run-dotnet-tests
96-
continue-on-error: true
9796
run: dotnet test --no-build --configuration Release --blame-hang-timeout 15m --blame-hang-dump-type full -l trx --results-directory ./TestResults
9897
env:
9998
POCKETLOGGER_LOG_PATH: ${{ github.workspace }}/artifacts/logs/pocketlogger.log
@@ -123,7 +122,6 @@ jobs:
123122

124123
- name: Run .NET Integration Tests
125124
id: run-dotnet-integration-tests
126-
continue-on-error: true
127125
run: dotnet test --no-build --configuration Release --blame-hang-timeout 15m --blame-hang-dump-type full -l trx --results-directory ./TestResults
128126
env:
129127
RunIntegrationTests: true

0 commit comments

Comments
 (0)