Skip to content

Commit 0c2b605

Browse files
committed
[java] Removing filter for lint, not needed in browser tests
[run java]
1 parent 632849c commit 0c2b605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
- name: Run browser tests in ${{ matrix.browser }}
193193
uses: ./.github/actions/bazel-test
194194
with:
195-
query: attr(tags, ${{ matrix.browser }}, tests(//java/...)) except attr(tags, 'lint|rc|remote', tests(//java/...))
195+
query: attr(tags, ${{ matrix.browser }}, tests(//java/...)) except attr(tags, 'rc|remote', tests(//java/...))
196196
attempts: 3
197197
env:
198198
DISPLAY: :99

0 commit comments

Comments
 (0)