File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : macos-13
11+ runs-on : ubuntu-24.04-arm
1212 steps :
1313 - name : Checkout the code
14141515 - name : Run Unit test
1616 uses :
reactivecircus/[email protected] 1717 with :
1818 api-level : 34
19- profile : Nexus 5X
20- arch : x86_64
19+ arch : arm64-v8a
2120 script : ./gradlew createDebugCoverageReport
2221 - name : Lint
2322 run : ./gradlew lint
@@ -26,17 +25,17 @@ jobs:
2625 if : always()
2726 with :
2827 name : Unit Test Report
29- path : /Users/runner/work/mixpanel-android/mixpanel-android/ build/reports/androidTests/connected
28+ path : build/reports/androidTests/connected
3029 - name : Upload test coverage report
3130 uses : actions/upload-artifact@v4
3231 with :
3332 name : Test Coverage Report
34- path : /Users/runner/work/mixpanel-android/mixpanel-android/ build/reports/coverage/debug/
33+ path : build/reports/coverage/debug/
3534 - name : Upload lint report
3635 uses : actions/upload-artifact@v4
3736 with :
3837 name : Lint Report
39- path : /Users/runner/work/mixpanel-android/mixpanel-android/ build/reports/lint-results.html
38+ path : build/reports/lint-results.html
4039 - name : Android docs
4140 run : ./gradlew --info androidJavadocs
4241
You can’t perform that action at this time.
0 commit comments