We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2094fb commit 62d99ebCopy full SHA for 62d99eb
.github/workflows/tests.yml
@@ -33,7 +33,6 @@ jobs:
33
with:
34
dotnet-version: ${{ matrix.dotnet-version }}
35
36
- # --- ТЕСТЫ (двойной логгер + TRX в текущую папку проекта) ---
37
- name: Run ADO.NET Tests
38
working-directory: ./src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests
39
run: |
@@ -71,7 +70,6 @@ jobs:
71
70
--results-directory "$PWD"
72
continue-on-error: true
73
74
- # --- Сводная таблица по всем suite'ам ---
75
- name: Publish combined test summary table
76
if: always()
77
src/Directory.Build.props
@@ -4,5 +4,4 @@
4
Version="2.4.1"
5
PrivateAssets="all" />
6
</ItemGroup>
7
-</Project>
8
-
+</Project>
0 commit comments