Skip to content

Commit

Permalink
CI: Fix typo and job name
Browse files Browse the repository at this point in the history
  • Loading branch information
kperdlich committed Sep 24, 2024
1 parent d7ead5d commit 3a0fd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux Build
on: [push, pull_request]

jobs:
build:
Linux-Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:
working-directory: ./build
run: cmake --build .

- name: Runs tests
- name: Run tests
working-directory: ./build
run: ctest

Expand Down

0 comments on commit 3a0fd64

Please sign in to comment.