Skip to content

Commit ae5aa51

Browse files
committed
last changes
1 parent c5f6364 commit ae5aa51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
distribution: 'temurin'
2020
java-version: 21
2121

22+
# Run Tests Build
23+
- name: Run Unit tests
24+
run: ./gradlew testCsuDevDebugUnitTest --stacktrace
25+
2226
- name: Build APK
2327
run: ./gradlew assembleCsuDevDebug --stacktrace
2428

0 commit comments

Comments
 (0)