Skip to content

Commit

Permalink
temporarily disable UI testing; these have been run locally and are c…
Browse files Browse the repository at this point in the history
…orrectly passing, but CI is having issues booting emulators
  • Loading branch information
isaac-udy committed Feb 9, 2023
1 parent ab91804 commit da6aa05
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Run Enro UI Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew :enro:connectedCheck

- name: Run Enro UI Tests (Hilt)
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew :enro:hilt-test:connectedCheck
# - name: Run Enro UI Tests
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 29
# script: ./gradlew :enro:connectedCheck
#
# - name: Run Enro UI Tests (Hilt)
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 29
# script: ./gradlew :enro:hilt-test:connectedCheck

- name: Run Enro Unit Tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit da6aa05

Please sign in to comment.