From 25d852907ed3efa650f59e5f473fd94aa1ccabea Mon Sep 17 00:00:00 2001 From: Paul Hariel Date: Wed, 27 Sep 2023 20:43:55 +0200 Subject: [PATCH] Change action name --- .github/workflows/{cmake.yml => ctest.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{cmake.yml => ctest.yml} (99%) diff --git a/.github/workflows/cmake.yml b/.github/workflows/ctest.yml similarity index 99% rename from .github/workflows/cmake.yml rename to .github/workflows/ctest.yml index d3d6616..f41944b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/ctest.yml @@ -1,6 +1,6 @@ # This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform. # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml -name: CMake on multiple platforms +name: CTest on multiple platforms on: push: