diff --git a/.aspect/workflows/config.yaml b/.aspect/workflows/config.yaml new file mode 100644 index 0000000000..b3fca42549 --- /dev/null +++ b/.aspect/workflows/config.yaml @@ -0,0 +1,5 @@ +# See https://docs.aspect.build/workflows/configuration +tasks: + - test: +notifications: + github: {} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6cde22d0be..49df061358 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,7 @@ jobs: # stardoc generated docs fail on diff_test with Bazel 6.4.0 so don't test against it in root repository exclude: | [ + {"bazelversion": "7.3.1", "os": "ubuntu-latest", folder: "."}, {"bazelversion": "6.4.0", "os": "macos-latest"}, {"bazelversion": "6.4.0", "os": "windows-latest"}, {"bazelversion": "6.4.0", folder: "."},