Skip to content

Commit

Permalink
android_ci.yml UI test 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon-Chan authored Apr 18, 2024
1 parent ed6345b commit 13c24a4
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,39 +46,39 @@ jobs:
path: app/build/reports/tests/testDebugUnitTest/
if: always()

instrumentation-test:
name: check UI test(instrumentation-test)
runs-on: macos-latest
strategy:
matrix:
api-level: [ 29 ]
target: [ google_apis ]
steps:
- name: Checkout the code
uses: actions/checkout@v4

- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- name: Run espresso tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
emulator-build: 7425822
arch: x86_64
script: ./gradlew connectedCheck

- name: Upload report
uses: actions/upload-artifact@v4
with:
name: instrumentation_test_report
path: app/build/reports/androidTests/connected/
if: always()
# instrumentation-test:
# name: check UI test(instrumentation-test)
# runs-on: macos-latest
# strategy:
# matrix:
# api-level: [ 29 ]
# target: [ google_apis ]
# steps:
# - name: Checkout the code
# uses: actions/checkout@v4

# - name: set up JDK 17
# uses: actions/setup-java@v4
# with:
# java-version: '17'
# distribution: 'temurin'
# cache: gradle

# - name: Run espresso tests
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: ${{ matrix.api-level }}
# target: ${{ matrix.target }}
# emulator-build: 7425822
# arch: x86_64
# script: ./gradlew connectedCheck

# - name: Upload report
# uses: actions/upload-artifact@v4
# with:
# name: instrumentation_test_report
# path: app/build/reports/androidTests/connected/
# if: always()


build:
Expand Down

0 comments on commit 13c24a4

Please sign in to comment.