diff --git a/.github/workflows/sanity_test.yml b/.github/workflows/sanity_test.yml index 34903253..5104e7fd 100644 --- a/.github/workflows/sanity_test.yml +++ b/.github/workflows/sanity_test.yml @@ -13,6 +13,15 @@ jobs: ./servicetask/rest-service, ./scripttask/xslt-scripttask, ./startevent/message-start, + ./process-engine-plugin/bpmn-parse-listener, + ./process-engine-plugin/command-interceptor-blocking, + ./process-engine-plugin/custom-history-level, + ./process-engine-plugin/failed-job-retry-profile, + ./bpmn-model-api/generate-process-fluent-api, + ./master/bpmn-model-api/parse-bpmn, + ./multi-tenancy/tenant-identifier-embedded, + ./multi-tenancy/tenant-identifier-shared-definitions, + ./spin/dataformat-configuration-global, ] runs-on: ubuntu-latest steps: