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 fa33f23 commit 37b6ba6Copy full SHA for 37b6ba6
.github/workflows/Android-CI.yml
@@ -29,6 +29,8 @@ jobs:
29
run: ./gradlew assembleDebug
30
- name: Run tests
31
run: ./gradlew test
32
+ - name: Test jitpack publish command
33
+ run: ./gradlew :MPChartLib:publishToMavenLocal
34
- name: Run instrumentation tests
35
uses: malinskiy/action-android/emulator-run-cmd@release/0.1.4
36
with:
0 commit comments