Skip to content

Commit

Permalink
[java] Improving query to exclude 'no-lint' tests
Browse files Browse the repository at this point in the history
[run java]
  • Loading branch information
diemol committed Jun 23, 2022
1 parent fc742cf commit 5d548aa
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 @@ -142,7 +142,7 @@ jobs:
- name: Run linter
uses: ./.github/actions/bazel-test
with:
query: attr(tags, lint, tests(//java/...))
query: attr(tags, lint, tests(//java/...)) except attr(tags, no-lint, tests(//java/...))

browser_tests:
if: ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[run java]') == true }}
Expand Down

0 comments on commit 5d548aa

Please sign in to comment.