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.
2 parents cae29e8 + 37a098e commit 39290efCopy full SHA for 39290ef
.github/workflows/Android-CI.yml
@@ -34,10 +34,6 @@ jobs:
34
- uses: gradle/actions/wrapper-validation@v3
35
- name: Install Android SDK
36
uses: hannesa2/action-android/[email protected]
37
- - name: Build project
38
- run: ./gradlew assembleDebug
39
- - name: Test jitpack publish command
40
- run: ./gradlew :MPChartLib:publishToMavenLocal
41
- name: Run instrumentation tests
42
43
with:
@@ -102,6 +98,8 @@ jobs:
102
98
103
99
- name: Run tests
104
100
run: ./gradlew test
101
+ - name: Test jitpack publish command
+ run: ./gradlew :MPChartLib:publishToMavenLocal
105
- name: Code checks
106
run: ./gradlew check
107
- name: Archive Lint report
0 commit comments