Create android.yml

This commit is contained in:
theapache64
2020-04-27 02:10:37 +05:30
committed by GitHub
parent 848ca74ebc
commit fa23650fcf

21
.github/workflows/android.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Android CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run unit tests
run: ./gradlew test