Merge pull request #299 from PojavLauncherTeam/v3_ghaction

Merge workflows yml
This commit is contained in:
Tran Khanh Duy 2020-09-05 13:00:41 +07:00 committed by GitHub
commit b6139cf4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,14 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
# the gradlew does not have exec perm already so
run: chmod +x gradlew && ./gradlew build
run: |
chmod +x gradlew
./gradlew clean build
./gradlew test
# should test???
- name: Upload APK
uses: actions/upload-artifact@v2
with:
name: app
name: app-debug
path: app/build/outputs/apk/debug/app-debug.apk