-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,23 +69,4 @@ jobs: | |
disable-animations: true | ||
script: cd bwell-kotlin-android && ./gradlew connectedCheck | ||
|
||
- name: Upload Test Reports Folder | ||
uses: actions/upload-artifact@v2 | ||
if: ${{ always() }} # IMPORTANT: Upload reports regardless of status | ||
with: | ||
name: reports | ||
path: bwell-kotlin-android/app/build/outputs # path to where the xml test results are stored | ||
|
||
report: | ||
runs-on: ubuntu-latest | ||
needs: test # The report job will run after test job | ||
if: ${{ always() }} # IMPORTANT: Execute report job regardless of status | ||
steps: | ||
- name: Download Test Reports Folder | ||
uses: actions/download-artifact@v2 | ||
with: | ||
name: reports | ||
|
||
- name: Android Test Report | ||
uses: asadmansr/[email protected] | ||
|