Skip to content

Commit

Permalink
names
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 17, 2023
1 parent e90bbe9 commit cda0afe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
ubuntu-cpp-tests:
name: Tests Ubuntu
name: C++ tests Ubuntu
runs-on: ubuntu-22.04

strategy:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
-Dsonar.projectVersion="$(git describe --abbrev=4 --dirty=-dirty --always --tags | tr -d '\n')"
ubuntu-python-tests:
name: Tests Ubuntu
name: Python tests Ubuntu
runs-on: ubuntu-22.04

strategy:
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
ubuntu-notebook-tests:
name: Tests Ubuntu
name: Notebook tests Ubuntu
runs-on: ubuntu-22.04

strategy:
Expand Down

0 comments on commit cda0afe

Please sign in to comment.