From 44784fe533f4e127b5662b88c748c5395bd6a3e4 Mon Sep 17 00:00:00 2001 From: Tyler Breisacher Date: Wed, 11 Feb 2026 11:49:55 -0800 Subject: [PATCH 1/2] Run the rules_playwright tests on CI --- .bazelignore | 2 +- .github/workflows/tests.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.bazelignore b/.bazelignore index 3f2d04e..31286f4 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1,4 +1,4 @@ target/ node_modules/ -examples/rules_js +examples/ gen/ \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8cbd7db..f84ffe7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,6 +27,9 @@ jobs: - name: Install Playwright system dependencies run: npx playwright install-deps + - name: Build and Test rules_playwright + run: bazelisk test //... + - name: Build and Test WORKSPACE example working-directory: examples/workspace run: bazelisk test //... From 0d07d9c4c180e507e7b5cb1427d87bf6a0220ba0 Mon Sep 17 00:00:00 2001 From: Tyler Breisacher Date: Wed, 11 Feb 2026 13:18:46 -0800 Subject: [PATCH 2/2] Switch to Bazel 8 --- .bazelversion | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.bazelversion b/.bazelversion index 4718f54..c6b7980 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1,7 +1 @@ -latest -# The first line of this file is used by Bazelisk and Bazel to be sure -# the right version of Bazel is used to build and test this repo. -# This also defines which version is used on CI. -# -# Note that you should also run integration_tests against other Bazel -# versions you support. +8.x