forked from PhilJay/MPAndroidChart
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from AppDevNext/MoveJitpackTest
Move Jitpack.io test
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,10 +34,6 @@ jobs: | |
- uses: gradle/actions/wrapper-validation@v3 | ||
- name: Install Android SDK | ||
uses: hannesa2/action-android/[email protected] | ||
- name: Build project | ||
run: ./gradlew assembleDebug | ||
- name: Test jitpack publish command | ||
run: ./gradlew :MPChartLib:publishToMavenLocal | ||
- name: Run instrumentation tests | ||
uses: hannesa2/action-android/[email protected] | ||
with: | ||
|
@@ -102,6 +98,8 @@ jobs: | |
uses: hannesa2/action-android/[email protected] | ||
- name: Run tests | ||
run: ./gradlew test | ||
- name: Test jitpack publish command | ||
run: ./gradlew :MPChartLib:publishToMavenLocal | ||
- name: Code checks | ||
run: ./gradlew check | ||
- name: Archive Lint report | ||
|