feat(ci-cd): Run tests before building

This commit is contained in:
Myzel394 2024-04-26 15:01:15 +02:00
parent 95262e6a42
commit 5a53d5752a
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -18,9 +18,11 @@ jobs:
java-version: 21 java-version: 21
cache: "gradle" cache: "gradle"
- name: Run tests
run: ./gradlew test
- name: Compile - name: Compile
run: | run: ./gradlew assembleDebug
./gradlew assembleDebug
- name: Upload APK - name: Upload APK
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4