CI/CD: Remove special junit/lint jobs

This commit is contained in:
Gregor Santner 2020-12-22 03:39:33 +01:00
parent ceb98c4258
commit 369abf14a5
No known key found for this signature in database
GPG Key ID: 161767F3E5A5E6CF
1 changed files with 0 additions and 14 deletions

View File

@ -53,17 +53,3 @@ jobs:
name: "android-apk"
path: |
dist/*.apk
- name: "Test: JUnit report"
if: always()
uses: mikepenz/action-junit-report@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: 'dist/tests/TEST-*.xml'
check_name: "JUnit"
- name: "Test: Android Lint"
if: always()
uses: yutailang0119/action-android-lint@v1.0.2
with:
xml_path: 'dist/lint/lint-results-flavorDefaultDebug.xml'