Skip to content

Commit

Permalink
Update buildbuddy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
siggisim committed Oct 7, 2024
1 parent de43197 commit e0d08c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbuddy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
actions:
- name: Test
- name: Build
container_image: ubuntu-20.04
triggers:
push:
Expand All @@ -10,7 +10,7 @@ actions:
branches:
- "*"
bazel_commands:
- test //... --config=linux-workflows --config=race --test_tag_filters=-performance,-docker,-bare
- build //... --config=linux-workflows --config=race --test_tag_filters=-performance,-docker,-bare
- name: Test with BzlMod
container_image: ubuntu-20.04
resource_requests:
Expand Down

0 comments on commit e0d08c7

Please sign in to comment.