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