Skip to content

Commit 9204bbe

Browse files
authored
Merge pull request #367 from AppDevNext/CI-CollectLintFiles
CI collect lint files
2 parents 03009eb + 66fb6ed commit 9204bbe

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/Android-CI-Espresso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
if: ${{ always() }}
7878
with:
7979
name: Logcat-Lint-report
80-
path: sample/build/reports/lint-results.html
80+
path: ./**/build/reports/lint-results*.html

sample/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414
<activity
1515
android:name="info.hannes.logcat.MainActivity"
16-
android:exported="true"
17-
android:label="@string/app_name">
16+
android:exported="true">
1817
<intent-filter>
1918
<action android:name="android.intent.action.MAIN" />
2019

0 commit comments

Comments
 (0)