Skip to content

Commit

Permalink
AND-8729 Turn off AndroidTest job
Browse files Browse the repository at this point in the history
  • Loading branch information
Mama1emon committed Oct 10, 2024
1 parent 8de6d91 commit 339fd48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
./gradlew assembleAndroidTest
- name: Run unit tests
run: ./gradlew test
- name: Run Android tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 30
target: google_apis
arch: x86
script: ./gradlew connectedAndroidTest
# - name: Run Android tests
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 30
# target: google_apis
# arch: x86
# script: ./gradlew connectedAndroidTest
- name: Build notification
if: failure()
uses: adamkdean/simple-slack-notify@master
Expand Down

0 comments on commit 339fd48

Please sign in to comment.