We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113b04e commit 8233f84Copy full SHA for 8233f84
.github/workflows/sanity-workflow.yml
@@ -56,7 +56,6 @@ jobs:
56
run: |
57
cd junit-4/android
58
mvn compile
59
- mvn test
60
mvn test -P sample-test
61
- name: Run mvn profile sample-local-test for junit4 android
62
@@ -67,7 +66,6 @@ jobs:
67
66
68
cd junit-4/ios
69
70
71
72
- name: Run mvn profile sample-local-test for junit4 ios
73
@@ -78,7 +76,6 @@ jobs:
78
76
79
77
cd junit-5/android
80
81
82
83
- name: Run mvn profile sample-local-test for junit5 android
84
@@ -89,7 +86,6 @@ jobs:
89
86
90
87
cd junit-5/ios
91
88
92
93
94
- name: Run mvn profile sample-local-test for junit5 ios
95
0 commit comments