mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +03:00
Try to upload integration test report log
This commit is contained in:
parent
0c28384ece
commit
aa010dedff
1 changed files with 9 additions and 0 deletions
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
|
@ -95,6 +95,15 @@ jobs:
|
||||||
### ./gradlew instrumentationTestsWithCoverage $CI_GRADLE_ARG_PROPERTIES
|
### ./gradlew instrumentationTestsWithCoverage $CI_GRADLE_ARG_PROPERTIES
|
||||||
### ./gradlew generateCoverageReport $CI_GRADLE_ARG_PROPERTIES
|
### ./gradlew generateCoverageReport $CI_GRADLE_ARG_PROPERTIES
|
||||||
|
|
||||||
|
- name: Upload Integration Test Report Log
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
name: integration-test-error-results
|
||||||
|
path: |
|
||||||
|
*/build/outputs/androidTest-results/connected/
|
||||||
|
*/build/reports/androidTests/connected/
|
||||||
|
|
||||||
# we may have failed a previous step and retried, that's OK
|
# we may have failed a previous step and retried, that's OK
|
||||||
- name: Publish results to Sonar
|
- name: Publish results to Sonar
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue