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-06-23 10:41:36 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-06-23 11:29:42 +0300
commit117687e3aaea5ff803df4bc4313412fb45459a4d (patch)
tree93200afe0e7f5f4e8b0360d5d6cb07dd81883268 /.github
parentca6cb33cf3c15c7f0ba2f111813e616ebf5fd728 (diff)
Try to make "uses" children of "name" entries
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/android.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index f320925d0..cf9c7e940 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -8,16 +8,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- - uses: actions/checkout@v2
+ uses: actions/checkout@v2
- name: Validate Gradle Wrapper
- - uses: gradle/wrapper-validation-action@v1
+ uses: gradle/wrapper-validation-action@v1
test:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
- - uses: actions/checkout@v2
+ uses: actions/checkout@v2
- name: Unit tests
run: bash ./gradlew test --stacktrace
@@ -26,7 +26,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
- - uses: actions/checkout@v2
+ uses: actions/checkout@v2
- name: Android instrumented tests
uses: reactivecircus/android-emulator-runner@v2
with:
@@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- - uses: actions/checkout@v2
+ uses: actions/checkout@v2
- name: Build debug APK
run: bash ./gradlew assembleDev --stacktrace
- name: Upload APK