Skip to content

Commit 8233f84

Browse files
committed
chore: remove mvn test
1 parent 113b04e commit 8233f84

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sanity-workflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
run: |
5757
cd junit-4/android
5858
mvn compile
59-
mvn test
6059
mvn test -P sample-test
6160
- name: Run mvn profile sample-local-test for junit4 android
6261
run: |
@@ -67,7 +66,6 @@ jobs:
6766
run: |
6867
cd junit-4/ios
6968
mvn compile
70-
mvn test
7169
mvn test -P sample-test
7270
- name: Run mvn profile sample-local-test for junit4 ios
7371
run: |
@@ -78,7 +76,6 @@ jobs:
7876
run: |
7977
cd junit-5/android
8078
mvn compile
81-
mvn test
8279
mvn test -P sample-test
8380
- name: Run mvn profile sample-local-test for junit5 android
8481
run: |
@@ -89,7 +86,6 @@ jobs:
8986
run: |
9087
cd junit-5/ios
9188
mvn compile
92-
mvn test
9389
mvn test -P sample-test
9490
- name: Run mvn profile sample-local-test for junit5 ios
9591
run: |

0 commit comments

Comments
 (0)