Skip to content

Commit 39290ef

Browse files
authored
Merge pull request #222 from AppDevNext/MoveJitpackTest
Move Jitpack.io test
2 parents cae29e8 + 37a098e commit 39290ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Android-CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
- uses: gradle/actions/wrapper-validation@v3
3535
- name: Install Android SDK
3636
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
4137
- name: Run instrumentation tests
4238
uses: hannesa2/action-android/[email protected]
4339
with:
@@ -102,6 +98,8 @@ jobs:
10298
uses: hannesa2/action-android/[email protected]
10399
- name: Run tests
104100
run: ./gradlew test
101+
- name: Test jitpack publish command
102+
run: ./gradlew :MPChartLib:publishToMavenLocal
105103
- name: Code checks
106104
run: ./gradlew check
107105
- name: Archive Lint report

0 commit comments

Comments
 (0)