mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-07 03:02:19 -05:00
Update and rename android.yaml to pr-check.yaml (#315)
* Update and rename android.yaml to pr-check.yaml * Update pr-check.yaml
This commit is contained in:
committed by
GitHub
parent
928a07a9b8
commit
1c76db717e
@@ -1,4 +1,4 @@
|
||||
name: Android CI
|
||||
name: PR Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -6,7 +6,8 @@ on:
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
spotless:
|
||||
name: 'Spotless'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
@@ -17,10 +18,30 @@ jobs:
|
||||
|
||||
- name: 🛠 Build Project with Spotless Check
|
||||
run: ./gradlew spotlessCheck
|
||||
|
||||
tests:
|
||||
name: 'Tests'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setting up project
|
||||
uses: ./.github/actions/setup
|
||||
|
||||
- name: 🧪 Run Tests
|
||||
run: ./gradlew test
|
||||
|
||||
build:
|
||||
name: 'Build Production Debug Build'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setting up project
|
||||
uses: ./.github/actions/setup
|
||||
|
||||
- name: 🏗 Build APK
|
||||
run: bash ./gradlew assembleProductionDebug
|
||||
|
||||
Reference in New Issue
Block a user