Skip to content

Commit 62d99eb

Browse files
committed
fix lint
1 parent d2094fb commit 62d99eb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
dotnet-version: ${{ matrix.dotnet-version }}
3535

36-
# --- ТЕСТЫ (двойной логгер + TRX в текущую папку проекта) ---
3736
- name: Run ADO.NET Tests
3837
working-directory: ./src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests
3938
run: |
@@ -71,7 +70,6 @@ jobs:
7170
--results-directory "$PWD"
7271
continue-on-error: true
7372

74-
# --- Сводная таблица по всем suite'ам ---
7573
- name: Publish combined test summary table
7674
if: always()
7775
run: |

src/Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
Version="2.4.1"
55
PrivateAssets="all" />
66
</ItemGroup>
7-
</Project>
8-
7+
</Project>

0 commit comments

Comments
 (0)