From 1a6760bc65c33c1c449ecde188611ca42c9381e2 Mon Sep 17 00:00:00 2001 From: gbetances089 Date: Tue, 15 Oct 2024 11:44:59 +0200 Subject: [PATCH] add remaining examples --- .github/workflows/sanity_test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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: