Skip to content

Commit

Permalink
Merge pull request #222 from AppDevNext/MoveJitpackTest
Browse files Browse the repository at this point in the history
Move Jitpack.io test
  • Loading branch information
hannesa2 authored May 12, 2024
2 parents cae29e8 + 37a098e commit 39290ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 39290ef

Please sign in to comment.