From 9fbe7003fc0cb2bca887287d1145c3c9d16c42d2 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 17 Dec 2020 23:48:15 +0100 Subject: [PATCH] ci: test_pacakge workflow and job renamed --- .github/workflows/ci-test-package-cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 13164daf..d9056c82 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -name: mp-units CMake Test Package CI +name: CMake Test Package CI on: push: @@ -46,7 +46,7 @@ jobs: fail-fast: false matrix: build_type: [ "Release", "Debug" ] - name: mp-units installation (${{ matrix.build_type }}) + name: CMake test_package (${{ matrix.build_type }}) steps: - uses: actions/checkout@v2 - name: Cache Conan data