diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f7d507..a53f70d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,25 +30,15 @@ jobs: - name: Run Unit Tests run: ./gradlew test - - name: Install Android SDK - uses: actions/setup-android-sdk@v2 - with: - api-level: 30 - build-tools: 30.0.3 - - name: Start emulator uses: ReactiveCircus/android-emulator-runner@v2.31.0 with: api-level: 30 - target: google_apis + target: default arch: x86_64 profile: Nexus 6 - emulator-options: -no-window -no-snapshot + emulator-options: -no-window disable-animations: true - working-directory: ./ - - - name: Wait for Emulator - run: adb wait-for-device - name: Run Instrumented Tests run: ./gradlew connectedAndroidTest @@ -76,3 +66,4 @@ jobs: prerelease: false files: | presentation/build/outputs/apk/release/*.apk +