File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments