diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 00243896..e2e13e8e 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -32,13 +32,13 @@ on: jobs: conan: + name: ${{ matrix.compiler.name }} ${{ matrix.compiler.version }} runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: compiler: - { name: "gcc", version: "10" } - name: ${{ matrix.compiler.name }} ${{ matrix.compiler.version }} steps: - uses: actions/checkout@v2 - name: Set up Python diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 9710dda1..9dbfa1c1 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -41,12 +41,12 @@ env: jobs: test_package: + name: CMake test_package (${{ matrix.build_type }}) runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: build_type: [ "Release", "Debug" ] - name: CMake test_package (${{ matrix.build_type }}) steps: - uses: actions/checkout@v2 - name: Cache Conan data diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4ff069d9..4bcd2be1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -43,7 +43,7 @@ env: jobs: docs: - name: Sphinx + name: Generate documentation runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2