Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SerbanA01 authored Jan 30, 2025
1 parent f9c0dd3 commit 669bbad
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,16 @@ jobs:
working-directory: Cod
run: ./gradlew testDebugUnitTest

- name: Start Android Emulator for UI & Integration Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
arch: x86_64
profile: Nexus 6
working-directory: Cod
script: |
# Ensure Emulator is Ready
adb wait-for-device
sleep 10
# Run UI & Integration Tests (Located in `androidTest/`)
./gradlew connectedDebugAndroidTest
# - name: Start Android Emulator for UI & Integration Tests
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 33
# arch: x86_64
# profile: Nexus 6
# working-directory: Cod
# script: |
# # Ensure Emulator is Ready
# adb wait-for-device
# sleep 10

# ./gradlew connectedDebugAndroidTest

0 comments on commit 669bbad

Please sign in to comment.