NOISSUE - Add internal type to find NestError and Add Auth key algorithm to journal docker compose (#3304)

Signed-off-by: Arvindh <arvindh91@gmail.com>
This commit is contained in:
Arvindh
2025-12-30 20:50:35 +05:30
committed by GitHub
parent c679224596
commit a526a2ccd5
8 changed files with 123 additions and 94 deletions
+2 -2
View File
@@ -270,8 +270,8 @@ jobs:
run: |
modules=()
if [[ "${{ steps.changes.outputs.workflow }}" == "true" ]]; then
# If workflow changed, test everything
if [[ "${{ steps.changes.outputs.workflow }}" == "true" || "${{ steps.changes.outputs.pkg-errors }}" == "true" ]]; then
# If workflow or pkg/errors changed, test everything
modules=("auth" "channels" "cli" "clients" "coap" "domains" "groups" "http" "internal" "journal" "logger" "mqtt" "pkg-errors" "pkg-events" "pkg-grpcclient" "pkg-messaging" "pkg-sdk" "pkg-transformers" "pkg-ulid" "pkg-uuid" "users" "ws" "notifications" "api" "consumers" "readers")
else
# Add only changed modules