mirror of
https://github.com/gsantner/dandelion
synced 2024-11-21 20:02:07 +01:00
CI/CD: Remove special junit/lint jobs
This commit is contained in:
parent
ceb98c4258
commit
369abf14a5
1 changed files with 0 additions and 14 deletions
14
.github/workflows/build-android-project.yml
vendored
14
.github/workflows/build-android-project.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue