Skip to content

Commit

Permalink
Attempt to see the test results
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Dec 27, 2023
1 parent 5f33ec9 commit f89b3b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 28
script: ./gradlew sdk:connectedAndroidTest
script: ./gradlew sdk:connectedAndroidTest

- name: Unit tests results
uses: actions/upload-artifact@v3
with:
name: test-results
path: sdk/build/reports/androidTests/connected/index.html

0 comments on commit f89b3b0

Please sign in to comment.