Fixes and technical improvements

This commit is contained in:
Geoffroy Bonneville
2026-07-16 15:56:28 -04:00
parent 897b1892e5
commit 150058437f
26 changed files with 261 additions and 117 deletions
+3
View File
@@ -33,6 +33,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Run unit tests
run: ./gradlew :donextv2:testDebugUnitTest
- name: Decode signing key
run: echo "${{ secrets.SIGNING_KEY_BASE64 }}" | base64 --decode > ${{ env.MODULE }}/upload.jks