Skip to content

Commit 88b5409

Browse files
fix
1 parent b939cc5 commit 88b5409

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/slo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
strategy:
3131
matrix:
3232
sdk:
33-
- TableService
3433
- AdoNet
3534

3635
steps:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
cd src
7676
dotnet test --filter "(FullyQualifiedName~Ado) | (FullyQualifiedName~Dapper)" -l "console;verbosity=normal"
7777
78-
core-integration-tests:
78+
integration-tests:
7979
runs-on: ubuntu-22.04
8080
strategy:
8181
fail-fast: false

0 commit comments

Comments
 (0)