Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-01-03 22:20:10 +0300
committerGitHub <noreply@github.com>2021-01-03 22:20:10 +0300
commita6d553786c9666b6bcbdb534b121a261e3617cb1 (patch)
treeb91248cb8c5370fec6cd7a9683b6b8bb157790a2 /.github
parent73e5bcfabf65b4745b1e3473e46404ef14fe1a40 (diff)
Migrate instrumented tests to robolectric tests (#784)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml12
1 files changed, 0 insertions, 12 deletions
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