update PR workflow to run tests

skip tests known to fail because of unfixed bugs
avoids wasting time on the native build
This commit is contained in:
Helium314 2024-06-24 20:05:17 +02:00
parent 4255dc2ce8
commit 6e520bf84c

View file

@ -33,7 +33,7 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew -Pandroid.injected.build.abi=arm64-v8a assembleDebug
run: ./gradlew testRunTestsUnitTest
- name: Archive reports for failed job
uses: actions/upload-artifact@v4