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>2021-11-16 19:14:53 +0300
committerStefan Niedermann <info@niedermann.it>2021-11-16 19:14:53 +0300
commit23b4c6ff32aeaea20f1aa0ae554bb91ddf5f5c35 (patch)
treec05163cde46632086160b0a635a509d815dc3105 /.github
parent28363feef1cc7aff818fe2b5275de4ec71daafd9 (diff)
Update dependencies
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 fa6999474..58e77dae1 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Unit tests
- run: bash ./gradlew test
+ run: bash ./gradlew test --stacktrace
codeql:
name: CodeQL security scan