Skip to content

Commit

Permalink
Fix CI coverage Bazel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaidas Pilkauskas committed Sep 26, 2022
1 parent 1eb9aef commit 0e76306
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ tasks:
platform: macos
shell_commands:
- "./test_rules_scala.sh"
test_coverage_linux_5_1_3:
test_coverage_linux_5_3_1:
name: "./test_coverage"
platform: ubuntu2004
bazel: 5.1.3
bazel: 5.3.1
shell_commands:
- "./test_coverage.sh"
test_coverage_macos_5_1_3:
test_coverage_macos_5_3_1:
name: "./test_coverage"
platform: macos
bazel: 5.1.3
bazel: 5.3.1
shell_commands:
- "./test_coverage.sh"
test_reproducibility_linux:
Expand Down

0 comments on commit 0e76306

Please sign in to comment.