Skip to content

Commit ccded65

Browse files
ci: fix incorrect step name in bazel integration test
1 parent 6ecade8 commit ccded65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
# Share repository cache between workflows.
117117
repository-cache: true
118118

119-
- name: Build and run benchmarks
119+
- name: Build benchmark example
120120
run: |
121121
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
122122

0 commit comments

Comments
 (0)