Skip to content

Commit

Permalink
chore: try fixing buildbuddy config
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Oct 17, 2022
1 parent 7cfc5cb commit 0f50ea6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions buildbuddy.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
actions:
- name: push
triggers: push
- name: 'Test all targets'
triggers:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
bazel_commands:
- bazel run //tools:update_submodules
- bazel test //...
- name: pr
triggers: pull_request
bazel_commands:
- bazel run //tools:update_submodules
- bazel test //...
- 'run //tools:update_submodules'
- 'test //...'

0 comments on commit 0f50ea6

Please sign in to comment.