From ea95ea14e0a2b22203fe19b69350db4d4c69a0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Mon, 22 Jan 2024 13:33:21 +0100 Subject: [PATCH] Use correct distro for coverage build --- .github/workflows/ci-coverage-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-coverage-build.yml b/.github/workflows/ci-coverage-build.yml index c513620f61..5cea0f1538 100644 --- a/.github/workflows/ci-coverage-build.yml +++ b/.github/workflows/ci-coverage-build.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false env: - ROS_DISTRO: rolling + ROS_DISTRO: iron steps: - uses: ros-tooling/setup-ros@0.7.1 with: @@ -48,5 +48,5 @@ jobs: name: codecov-umbrella - uses: actions/upload-artifact@v4.2.0 with: - name: colcon-logs-ubuntu-22.04-coverage-rolling + name: colcon-logs-ubuntu-22.04-coverage-iron path: ros_ws/log