Skip to content

Commit

Permalink
Update Common Kit files
Browse files Browse the repository at this point in the history
  • Loading branch information
willpassidomo committed Dec 18, 2020
1 parent 4c67136 commit 7cd3748
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Java CI with Gradle

on:
push:

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: clean and run tests
uses: eskatos/gradle-command-action@v1
with:
gradle-version: 6.6.1
arguments: clean assemble test
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
android.enableJetifier=true
android.useAndroidX=true

0 comments on commit 7cd3748

Please sign in to comment.