Skip to content

Commit 6b76091

Browse files
committed
chore(ci): add aspect workflows
This gives us a buildbarn-backed remote cache and execution
1 parent 823e460 commit 6b76091

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.aspect/workflows/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See https://docs.aspect.build/workflows/configuration
2+
tasks:
3+
- test:
4+
notifications:
5+
github: {}

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
# stardoc generated docs fail on diff_test with Bazel 6.4.0 so don't test against it in root repository
2424
exclude: |
2525
[
26+
{"bazelversion": "7.3.1", "os": "ubuntu-latest", folder: "."},
2627
{"bazelversion": "6.4.0", "os": "macos-latest"},
2728
{"bazelversion": "6.4.0", "os": "windows-latest"},
2829
{"bazelversion": "6.4.0", folder: "."},

0 commit comments

Comments
 (0)