From 37346f4200b6435acadc9ed1913d046fa22f3d89 Mon Sep 17 00:00:00 2001 From: Dominik K Date: Thu, 21 Dec 2023 10:53:05 +0100 Subject: [PATCH] updated API Signed-off-by: Dominik K --- .github/workflows/build_and_test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 3b3901653..2932ec126 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -3,11 +3,12 @@ name: Build and test libocpp on: push: + jobs: build_and_test: uses: EVerest/everest-core/.github/workflows/build_and_test.yaml@CI/reusable-workflow with: - run_unit_tests: true - run_integration_tests: false + unit_tests: true + integration_tests: false repository: EVerest/libocpp repository_ref: CI/reusable-workflow # TODO use a context-variable instead