MG-2426 - Replace generic Clients in Things service (#2476)

Signed-off-by: Musilah <nataleigh.nk@gmail.com>
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
Co-authored-by: Felix Gateru <felix.gateru@gmail.com>
This commit is contained in:
Nataly Musilah
2024-11-04 13:46:40 +03:00
committed by GitHub
parent ef8631bd1f
commit 87c390da4c
76 changed files with 2454 additions and 4621 deletions
-11
View File
@@ -160,9 +160,6 @@ jobs:
- "logger/**"
- "pkg/events/**"
pkg-clients:
- "pkg/clients/**"
pkg-errors:
- "pkg/errors/**"
@@ -178,7 +175,6 @@ jobs:
pkg-sdk:
- "pkg/sdk/**"
- "pkg/clients/**"
- "pkg/errors/**"
- "pkg/groups/**"
- "auth/**"
@@ -226,7 +222,6 @@ jobs:
- "auth.pb.go"
- "auth_grpc.pb.go"
- "auth/**"
- "pkg/clients/**"
- "pkg/ulid/**"
- "pkg/uuid/**"
- "pkg/events/**"
@@ -237,7 +232,6 @@ jobs:
- "auth.pb.go"
- "auth_grpc.pb.go"
- "auth/**"
- "pkg/clients/**"
- "pkg/ulid/**"
- "pkg/uuid/**"
- "pkg/events/**"
@@ -314,11 +308,6 @@ jobs:
run: |
go test --race -v -count=1 -coverprofile=coverage/mqtt.out ./mqtt/...
- name: Run pkg clients tests
if: steps.changes.outputs.pkg-clients == 'true' || steps.changes.outputs.workflow == 'true'
run: |
go test --race -v -count=1 -coverprofile=coverage/pkg-clients.out ./pkg/clients/...
- name: Run pkg errors tests
if: steps.changes.outputs.pkg-errors == 'true' || steps.changes.outputs.workflow == 'true'
run: |