Skip to content

Commit

Permalink
fix workflow defs
Browse files Browse the repository at this point in the history
  • Loading branch information
berndgassmann committed Jan 26, 2024
1 parent bfd9f51 commit a1f4df2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CXX: /usr/bin/clang++-14
PYTHON_BINDING_VERSION: "3.10"

name: [${{ matrix.os }}]: ${{ matrix.compiler }}, python-${{ matrix.PYTHON_BINDING_VERSION }}
name: [${{ matrix.os }}] ${{ matrix.compiler }}, python-${{ matrix.PYTHON_BINDING_VERSION }}
runs-on: ${{ matrix.os }}

steps:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/check_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test Documentation
name: Documentation

on:
push:
Expand All @@ -12,7 +12,6 @@ permissions:
jobs:
documentationjob:

name: Build and Test Documentation
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -43,7 +42,7 @@ jobs:
colcon build --event-handlers console_direct+ --executor sequential --packages-up-to ad_rss ad_rss_map_integration --cmake-args -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -DBUILD_COVERAGE=ON -DBUILD_APIDOC=ON
colcon test --event-handlers console_direct+ --packages-select ad_rss ad_rss_map_integration
colcon test-result
- name: Code Coverage and CodeCov
run: |
bash .github/workflows/code_coverage.sh
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
PYTHON_BINDING_VERSION: "3.10"
- os: ubuntu-20.04
PYTHON_BINDING_VERSION: "3.8"
name: [${{ matrix.os }}]: python-${{ matrix.PYTHON_BINDING_VERSION }}

name: [${{ matrix.os }}] python-${{ matrix.PYTHON_BINDING_VERSION }}
runs-on: ${{ matrix.os }}
env:
WHEEL_PLATFORM: manylinux_2_28_x86_64
Expand Down

0 comments on commit a1f4df2

Please sign in to comment.