Skip to content

Commit

Permalink
Name GitHub workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron authored and Stéphane Caron committed Oct 9, 2023
1 parent bc93c4b commit 9766339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- name: "Checkout sources"
Expand All @@ -24,6 +25,7 @@ jobs:
tools/bazelisk build --compilation_mode=fastbuild //...
coverage:
name: "Coverage"
runs-on: ubuntu-latest
steps:
- name: "Checkout sources"
Expand All @@ -42,6 +44,7 @@ jobs:
path-to-lcov: ${{ github.workspace }}/bazel-out/_coverage/_coverage_report.dat

lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- name: "Checkout sources"
Expand All @@ -58,6 +61,7 @@ jobs:
tools/bazelisk test --compilation_mode=fastbuild --config lint //...
test:
name: "Test"
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:

jobs:
build:
name: "Build"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9766339

Please sign in to comment.