0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 11:15:14 +00:00

bypass gradle tests

This commit is contained in:
Kenny 2022-03-06 12:10:45 -05:00 committed by GitHub
parent fb75e12988
commit d5cdb16633
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ jobs:
run: npx cap update android
- name: Build with Gradle
working-directory: android
run: chmod +x gradlew; ./gradlew clean build # Build causes errors / assemble makes a nonfunctional apk
run: chmod +x gradlew; ./gradlew clean build -x test # Build causes errors / assemble makes a nonfunctional apk
- name: Upload artifacts
uses: actions/upload-artifact@v2
with: