Skip to content

Commit

Permalink
change build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRolfFR committed Dec 6, 2019
1 parent 16d88df commit 14dd134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: "Run test suite"
uses: msfjarvis/[email protected]
with:
entrypoint: ./gradlew
args: dependencies spotlessApply detekt assembleDebug
- name: Build debug APK
run: bash ./gradlew assembleDebug --stacktrace
- name: Upload release
uses: yakuhzi/action-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include ':app', ':org-jsoup'
rootProject.name='OptymoNext'
rootProject.name='OptymoNext'

0 comments on commit 14dd134

Please sign in to comment.