You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ jobs:
29
29
with:
30
30
java-version: 1.8
31
31
- name: Maven Test
32
-
run: mvn --projects jraft-core test
32
+
run: mvn --projects jraft-core test || mvn --projects jraft-core test || mvn --projects jraft-core test
33
33
34
34
test_rheakv_core:
35
35
needs: check_format
@@ -41,7 +41,7 @@ jobs:
41
41
with:
42
42
java-version: 1.8
43
43
- name: Maven Test
44
-
run: mvn --projects jraft-rheakv/rheakv-core test
44
+
run: mvn --projects jraft-rheakv/rheakv-core test || mvn --projects jraft-rheakv/rheakv-core test || mvn --projects jraft-rheakv/rheakv-core test
45
45
46
46
test_rheakv_pd:
47
47
needs: check_format
@@ -53,7 +53,7 @@ jobs:
53
53
with:
54
54
java-version: 1.8
55
55
- name: Maven Test
56
-
run: mvn --projects jraft-rheakv/rheakv-pd test
56
+
run: mvn --projects jraft-rheakv/rheakv-pd test || mvn --projects jraft-rheakv/rheakv-pd test || mvn --projects jraft-rheakv/rheakv-pd test
57
57
58
58
test_rpc_grpc_impl:
59
59
needs: check_format
@@ -65,4 +65,4 @@ jobs:
65
65
with:
66
66
java-version: 1.8
67
67
- name: Maven Test
68
-
run: mvn --projects jraft-extension/rpc-grpc-impl test
68
+
run: mvn --projects jraft-extension/rpc-grpc-impl test || mvn --projects jraft-extension/rpc-grpc-impl test || mvn --projects jraft-extension/rpc-grpc-impl test
0 commit comments