Skip to content

Commit

Permalink
fix BCR presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyverald committed Sep 12, 2024
1 parent df037fb commit bb606b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .bcr/java/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ tasks:
name: run tests
platform: ${{ platform }}
bazel: ${{ bazel }}
test_flags:
- '--java_language_version=21'
test_targets:
- //...
- '@bazel_worker_java//...'
2 changes: 1 addition & 1 deletion .bcr/proto/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ tasks:
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //...
- '@bazel_worker_api//...'

0 comments on commit bb606b0

Please sign in to comment.