github: Update workflow settings
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
7a80be7732
commit
90b534e2ea
1 changed files with 5 additions and 4 deletions
9
.github/workflows/push.yml
vendored
9
.github/workflows/push.yml
vendored
|
@ -1,11 +1,12 @@
|
||||||
on: push
|
on: [push, pull_request]
|
||||||
name: CI builds
|
name: CI builds
|
||||||
jobs:
|
jobs:
|
||||||
setup-android:
|
setup-android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: setup-android
|
- run: ./gradlew spotlessCheck build test lintDebug -Dpre-dex=false
|
||||||
uses: msfjarvis/setup-android@0.2
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
gradleTasks: spotlessCheck build test lintDebug -Dpre-dex=false
|
name: Debug APK
|
||||||
|
path: app/build/outputs/apk/debug/app-debug.apk
|
||||||
|
|
Loading…
Reference in a new issue