Skip to content

Commit

Permalink
Add android and ios unit test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhriya committed Dec 8, 2023
1 parent 79312ac commit d56aa25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@ jobs:

- name: Build and run tests
run: ./gradlew allTests

- name: Upload Test Report For Android
uses: actions/upload-artifact@v2
with:
name: test-reports-android
path: build/reports/tests/testReleaseUnitTest

- name: Upload Test Report For iOS
uses: actions/upload-artifact@v2
with:
name: test-reports-ios
path: build/reports/tests/iosSimulatorArm64Test

0 comments on commit d56aa25

Please sign in to comment.