Skip to content

Commit

Permalink
[java] Removing filter for lint, not needed in browser tests
Browse files Browse the repository at this point in the history
[run java]
  • Loading branch information
diemol committed Jul 5, 2022
1 parent 632849c commit 0c2b605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c2b605

Please sign in to comment.