From 3fea40b3f348f06005f65c05353996818acffe51 Mon Sep 17 00:00:00 2001 From: Maciej Kaszynski Date: Thu, 5 Feb 2026 08:44:47 +0000 Subject: [PATCH] Adding reference integraion build --- .github/workflows/reference-integration.yml | 28 +++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/reference-integration.yml diff --git a/.github/workflows/reference-integration.yml b/.github/workflows/reference-integration.yml new file mode 100644 index 00000000..449525b0 --- /dev/null +++ b/.github/workflows/reference-integration.yml @@ -0,0 +1,28 @@ +# ******************************************************************************* +# Copyright (c) 2026 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0 +# +# SPDX-License-Identifier: Apache-2.0 +# ******************************************************************************* + +name: Reference Integration Build + +on: + pull_request: + types: [opened, reopened, synchronize] + merge_group: + types: [checks_requested] + + jobs: + integration: + uses: eclipse-score/reference_integration/.github/workflows/module-integration-build.yml@main + with: + known_good: | + { "modules": [] } + config: x86_64-linux