Update Status/FileTransfer
Build and Test a3270 / Build Android APK (push) Successful in 3m39s

This commit is contained in:
2026-09-06 09:30:26 -04:00
parent da289730db
commit 0eaab32e2f
6 changed files with 92 additions and 26 deletions
+6
View File
@@ -41,6 +41,12 @@ jobs:
run: |
chmod +x ./gradlew ./build.sh
- name: Run Unit Tests
run: |
./gradlew testDebugUnitTest --no-daemon
env:
J3270_DIR: ${{ github.workspace }}/j3270
- name: Build Android APK
run: |
./gradlew assembleDebug --no-daemon