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:04:45 +0300
committerStefan Niedermann <info@niedermann.it>2020-12-22 16:04:45 +0300
commitdeae8afc859c7edacda2969b5dd9916e97e4cf16 (patch)
tree6ce406557edcc4424bef7cf54bfb7a5d3c98c63a /.github
parent2f3aba82d73c65879a94ef9c693de68a51e57b73 (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 48a36825e..2501b4211 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 cAT --stacktrace
+ script: ./gradlew connectAndroidTest --stacktrace
codeql:
name: CodeQL security scan