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 cb9d3fc commit 36f1d3e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/instrumented_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Enable KVM
run: |
Expand All @@ -42,10 +42,11 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
script: cd bwell-kotlin-android && ./gradlew connectedCheck

- name: Upload Test Reports Folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }} # IMPORTANT: Upload reports regardless of status
with:
name: reports
Expand All @@ -58,7 +59,7 @@ jobs:
if: ${{ always() }} # IMPORTANT: Execute report job regardless of status
steps:
- name: Download Test Reports Folder
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: reports

Expand Down

0 comments on commit 36f1d3e

Please sign in to comment.