We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8f4cd commit 5e15ef1Copy full SHA for 5e15ef1
.github/workflows/Build-Test-And-Deploy.yaml
@@ -93,7 +93,6 @@ jobs:
93
94
- name: Run .NET Tests
95
id: run-dotnet-tests
96
- continue-on-error: true
97
run: dotnet test --no-build --configuration Release --blame-hang-timeout 15m --blame-hang-dump-type full -l trx --results-directory ./TestResults
98
env:
99
POCKETLOGGER_LOG_PATH: ${{ github.workspace }}/artifacts/logs/pocketlogger.log
@@ -123,7 +122,6 @@ jobs:
123
122
124
- name: Run .NET Integration Tests
125
id: run-dotnet-integration-tests
126
127
128
129
RunIntegrationTests: true
0 commit comments