Skip to content

Commit

Permalink
Mute tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
winter-yuki committed Aug 25, 2024
1 parent 779516f commit 2fd9ed7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
run: ./gradlew assembleDebug
- name: Run unit tests
run: ./gradlew test
- name: Run instrumental tests
# warning: it depends on "grant permission to gradlew" step
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck
# - name: Run instrumental tests
# # warning: it depends on "grant permission to gradlew" step
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 29
# script: ./gradlew connectedCheck
- name: Generate documentation
run: ./gradlew dokka
- name: Upload APK to artifacts
Expand Down

0 comments on commit 2fd9ed7

Please sign in to comment.