Skip to content

Commit a70d906

Browse files
renaming actions / steps
1 parent ea5266e commit a70d906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ jobs:
6969
uses: actions/setup-dotnet@v4
7070
with:
7171
dotnet-version: ${{ matrix.dotnet-version }}
72-
- name: Integration test
72+
- name: Run ADO.NET tests
7373
run: |
7474
docker cp ydb-local:/ydb_certs/ca.pem ~/
7575
cd src
7676
dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)" -l "console;verbosity=normal"
7777
78-
integration-tests-query-and-table-client:
78+
core-integration-tests:
7979
runs-on: ubuntu-22.04
8080
strategy:
8181
fail-fast: false

0 commit comments

Comments
 (0)