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 c333072 commit 5d05360Copy full SHA for 5d05360
.github/workflows/slo.yml
@@ -30,7 +30,6 @@ jobs:
30
strategy:
31
matrix:
32
sdk:
33
- - TableService
34
- AdoNet
35
36
steps:
.github/workflows/tests.yml
@@ -75,7 +75,7 @@ jobs:
75
cd src
76
dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)" -l "console;verbosity=normal"
77
78
- core-integration-tests:
+ integration-tests:
79
runs-on: ubuntu-22.04
80
81
fail-fast: false
0 commit comments