feat: models test and fixes

This commit is contained in:
leonardotrapani
2026-02-02 01:13:33 +01:00
parent 2729882b9d
commit 195f9f5115
34 changed files with 507 additions and 154 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ on:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_call: {} # <-- makes this workflow reusable
workflow_dispatch: {} # manual trigger
workflow_call: {} # reusable workflow
jobs:
test: