Skip to content

Commit

Permalink
renaming actions / steps
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Nov 6, 2024
1 parent ea5266e commit a70d906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Integration test
- name: Run ADO.NET tests
run: |
docker cp ydb-local:/ydb_certs/ca.pem ~/
cd src
dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)" -l "console;verbosity=normal"
integration-tests-query-and-table-client:
core-integration-tests:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down

0 comments on commit a70d906

Please sign in to comment.