Skip to content

Commit e75eb9d

Browse files
committed
change continue-on-error
1 parent 74e0d73 commit e75eb9d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,18 @@ jobs:
3838
run: |
3939
docker cp ydb-local:/ydb_certs/ca.pem ~/
4040
dotnet test --logger "GitHubActions;report-warnings=false"
41-
continue-on-error: true
4241
4342
- name: Run ADO.NET Specification Tests
4443
working-directory: ./src/Ydb.Sdk/test/Ydb.Sdk.Ado.Specification.Tests
4544
run: dotnet test --logger "GitHubActions;report-warnings=false"
46-
continue-on-error: true
4745

4846
- name: Run ADO.NET Dapper Tests
4947
working-directory: ./src/Ydb.Sdk/test/Ydb.Sdk.Ado.Dapper.Tests
5048
run: dotnet test --logger "GitHubActions;report-warnings=false"
51-
continue-on-error: true
5249

5350
- name: Run Topic Tests
5451
working-directory: ./src/Ydb.Sdk/test/Ydb.Sdk.Topic.Tests
5552
run: dotnet test --logger "GitHubActions;report-warnings=false"
56-
continue-on-error: true
5753

5854
efcore-tests:
5955
runs-on: ubuntu-22.04
@@ -84,7 +80,6 @@ jobs:
8480
run: |
8581
docker cp ydb-local:/ydb_certs/ca.pem ~/
8682
dotnet test --logger "GitHubActions;report-warnings=false"
87-
continue-on-error: true
8883
8984
run-examples:
9085
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)