Skip to content

Commit

Permalink
Update instrumented_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imranq2 authored Jan 22, 2024
1 parent ad15793 commit c03d4c0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/instrumented_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit c03d4c0

Please sign in to comment.