mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-12-01 07:15:24 +00:00
14 lines
202 B
YAML
14 lines
202 B
YAML
version: 2.1
|
|
|
|
workflows:
|
|
testing:
|
|
jobs:
|
|
- bazel-test
|
|
jobs:
|
|
bazel-test:
|
|
machine: true
|
|
resource_class: aspect-build/default
|
|
steps:
|
|
- checkout
|
|
- run: bazel test //...
|