mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-18 16:25:27 +02:00
feat(ci-cd): Run tests before building
This commit is contained in:
parent
95262e6a42
commit
5a53d5752a
6
.github/workflows/build-testing.yaml
vendored
6
.github/workflows/build-testing.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user