diff --git a/.github/workflows/ui-test.yml b/.github/workflows/ui-test.yml index 9fe8076..5ef7f21 100644 --- a/.github/workflows/ui-test.yml +++ b/.github/workflows/ui-test.yml @@ -13,26 +13,18 @@ jobs: runs-on: macos-latest steps: - name: Checkout the code - uses: actions/checkout@v3 - - - name: set up JDK 17 - uses: actions/setup-java@v3 - with: - java-version: '17' - distribution: 'temurin' - cache: gradle + uses: actions/checkout@v2 - name: Run compose ui tests uses: reactivecircus/android-emulator-runner@v2 with: api-level: 33 target: default - arch: x86 - profile: Nexus 10 + profile: Pixel 2 script: ./gradlew connectedCheck --stacktrace - name: Upload test report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2 with: name: instrumentation_test_report path: app/build/reports/androidTests/connected/