From f4e74dffca0cce28577cd07a5127523aad1da1f9 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 13 Aug 2024 09:00:42 -0700 Subject: [PATCH] Revert "chore: don't test docs on bazel 6 (#363)" (#364) This reverts commit 1d047a76604f9dca2bd3a30104522f227fd1a3de. --- .github/workflows/ci.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a421480..6a373e52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,18 +17,9 @@ concurrency: cancel-in-progress: ${{ github.ref_name != 'main' }} jobs: - # Stardoc should only run on Bazel 7 because it uses a different extractor there - docgen: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - run: bazel test //docs:all - bazel-test: uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6 with: - # Don't run diff_test in the docs/ folder, it's a separate job above - bazel_test_command: bazel test //... --test_lang_filters=-_diff folders: '[".", "example"]' # Root module is bzlmod-only. # Don't try for Windows support yet.