From 6e520bf84cf4a76fdad19248488459ea1dd7affc Mon Sep 17 00:00:00 2001 From: Helium314 Date: Mon, 24 Jun 2024 20:05:17 +0200 Subject: [PATCH] update PR workflow to run tests skip tests known to fail because of unfixed bugs avoids wasting time on the native build --- .github/workflows/build-test-auto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-auto.yml b/.github/workflows/build-test-auto.yml index 54f3d7fb..19ddaee9 100644 --- a/.github/workflows/build-test-auto.yml +++ b/.github/workflows/build-test-auto.yml @@ -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