Skip to content

Publish Unit Test Results #946

Publish Unit Test Results

Publish Unit Test Results #946

Workflow file for this run

###############################################################################
# Copyright (c) 2022, 2025 Contributors to Eclipse Foundation
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0/.
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# see git history
###############################################################################
name: Publish Unit Test Results
on:
workflow_run:
workflows: ["Continuous Integration"]
types:
- completed
jobs:
check:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/publishTestResults.yml@master