From a6d553786c9666b6bcbdb534b121a261e3617cb1 Mon Sep 17 00:00:00 2001 From: Niedermann IT-Dienstleistungen Date: Sun, 3 Jan 2021 20:20:10 +0100 Subject: Migrate instrumented tests to robolectric tests (#784) --- .github/workflows/android.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.github') diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1c4b24c9b..dd7ae7fa9 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -21,18 +21,6 @@ jobs: - name: Unit tests run: bash ./gradlew test - instrumented: - name: Android instrumented tests - runs-on: macos-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Android instrumented tests - uses: reactivecircus/android-emulator-runner@v2 - with: - api-level: 29 - script: ./gradlew connectAndroidTest - codeql: name: CodeQL security scan runs-on: ubuntu-latest -- cgit v1.2.3