From 3a0fd64d404fa0c2ea70500d2fb36e20f46cbe61 Mon Sep 17 00:00:00 2001 From: Kevin Perdlich Date: Tue, 24 Sep 2024 18:11:53 +0200 Subject: [PATCH] CI: Fix typo and job name --- .github/workflows/linux-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 7cc0d58..a46bca5 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -3,7 +3,7 @@ name: Linux Build on: [push, pull_request] jobs: - build: + Linux-Build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -22,7 +22,7 @@ jobs: working-directory: ./build run: cmake --build . - - name: Runs tests + - name: Run tests working-directory: ./build run: ctest