We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1700f0 commit 9435cb1Copy full SHA for 9435cb1
.aspect/workflows/config.yaml
@@ -0,0 +1,5 @@
1
+# See https://docs.aspect.build/workflows/configuration
2
+tasks:
3
+ - test:
4
+notifications:
5
+ github: {}
.github/workflows/ci.yaml
@@ -26,4 +26,5 @@ jobs:
26
{"folder": ".", "bzlmodEnabled": false},
27
{"folder": "examples", "bzlmodEnabled": false},
28
{"bazelversion": "8.0.0", "bzlmodEnabled": false},
29
+ {"bazelversion": "7.4.1", "folder": ".", "os": "ubuntu-latest"}
30
]
0 commit comments