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>2020-12-22 16:04:35 +0300
committerStefan Niedermann <info@niedermann.it>2020-12-22 16:04:35 +0300
commitd75490f1d1a174605947570701ac42a669093f8e (patch)
tree9c3f0ebaf654765640e5069d09d9125de97a937d /.github
parentdb5dba04e5ff2741fc26d1848c8b6c0c0adec7ac (diff)
Ensure all instrumented tests are run
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 4605a641..2a257d96 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -31,7 +31,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
- script: ./gradlew connectDevDebugAndroidTest --stacktrace
+ script: ./gradlew connectAndroidTest --stacktrace
codeql:
name: CodeQL security scan