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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-04-08 20:42:11 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-04-08 21:13:08 +0300
commit25c6c44297e97aeb73ab99ee5d01c6680cd70360 (patch)
tree4376f725b461339d957d26d8924149d666532797 /.github
parent8a798ce664b666f3fc0cb8cf730dc8eacc93a0ea (diff)
Use robolectric instead of instrumented tests
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 2a257d96..9db26418 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -21,18 +21,6 @@ jobs:
- name: Unit tests
run: bash ./gradlew test --stacktrace
- 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 --stacktrace
-
codeql:
name: CodeQL security scan
runs-on: ubuntu-latest