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:
authorStefan Niedermann <info@niedermann.it>2020-12-22 16:01:00 +0300
committerStefan Niedermann <info@niedermann.it>2020-12-22 16:01:00 +0300
commit2f3aba82d73c65879a94ef9c693de68a51e57b73 (patch)
tree0d47bcde3d28fde67e04d4f2daf0a1a5bef575ce /.github
parent0bb2388916a8f4e4191d20571e09f6a5ab2d3564 (diff)
Ensure that all instrumented tests run
Signed-off-by: Stefan Niedermann <info@niedermann.it>
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 4605a6415..48a36825e 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 cAT --stacktrace
codeql:
name: CodeQL security scan