Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehwa-Noh authored May 15, 2024
1 parent 5aaeb31 commit afb37c5
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,24 +92,13 @@ jobs:
- name: Make gradlew executable
working-directory: ./Compose-Flight-Search-App
run: chmod +x ./gradlew

- name: Build projects and run instrumentation tests
uses: reactivecircus/android-emulator-runner@v2.30.1
- name: Run instrumentation test
uses: ReactiveCircus/android-emulator-runner@v2.30.1
with:
working-directory: ./Compose-Flight-Search-App
api-level: 34
arch: x86_64
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedAndroidTest

# - name: Run instrumentation test
# uses: ReactiveCircus/android-emulator-runner@v2.30.1
# with:
# working-directory: ./Compose-Flight-Search-App
# api-level: 33
# script: ./gradlew connectedAndroidTest

- name: Upload android test reports
if: ${{ !cancelled() }}
Expand Down

0 comments on commit afb37c5

Please sign in to comment.