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/.bazelversion b/.bazelversion index e0741a8..47da986 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -8.5.1 \ No newline at end of file +9.1.0 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 //...