From 0c2b60532eed2921b822e6a7b5faabc274263dc3 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Tue, 5 Jul 2022 09:34:48 +0200 Subject: [PATCH] [java] Removing filter for lint, not needed in browser tests [run java] --- .github/workflows/ci-java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-java.yml b/.github/workflows/ci-java.yml index 5efaf7ea3f0dd..8fe8697f24573 100644 --- a/.github/workflows/ci-java.yml +++ b/.github/workflows/ci-java.yml @@ -192,7 +192,7 @@ jobs: - name: Run browser tests in ${{ matrix.browser }} uses: ./.github/actions/bazel-test with: - query: attr(tags, ${{ matrix.browser }}, tests(//java/...)) except attr(tags, 'lint|rc|remote', tests(//java/...)) + query: attr(tags, ${{ matrix.browser }}, tests(//java/...)) except attr(tags, 'rc|remote', tests(//java/...)) attempts: 3 env: DISPLAY: :99