Skip to content

Commit 2f93fe5

Browse files
committed
[java] Setting attempts for medium tests
[run java]
1 parent f0f2705 commit 2f93fe5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-java.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,11 @@ jobs:
111111
uses: actions/setup-java@v1
112112
with:
113113
java-version: '11'
114-
- name: Run small tests
114+
- name: Run medium tests
115115
uses: ./.github/actions/bazel-test
116116
with:
117117
query: attr(size, medium, tests(//java/...)) except attr(tags, lint, tests(//java/...))
118+
attempts: 3
118119

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

0 commit comments

Comments
 (0)