Skip to content

Commit 2d9a321

Browse files
authored
tests: fix the job name for the debian bzlmod gazelle job (#2382)
The name was using "integration" when it should have been "generation"
1 parent d66e55c commit 2d9a321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ tasks:
301301
integration_test_bzlmod_build_file_generation_debian:
302302
<<: *reusable_build_test_all
303303
<<: *coverage_targets_example_bzlmod_build_file_generation
304-
name: "examples/bzlmod_build_file_integration: Debian"
304+
name: "examples/bzlmod_build_file_generation: Debian"
305305
working_directory: examples/bzlmod_build_file_generation
306306
platform: debian11
307307
integration_test_bzlmod_build_file_generation_macos:

0 commit comments

Comments
 (0)