From 9149315380f9734fccf9f59607028cf8bdc60772 Mon Sep 17 00:00:00 2001 From: dethe <76167420+detherminal@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:18:59 +0300 Subject: [PATCH] trace errors --- .github/workflows/build-apk.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 87c784e43..61f0cfe07 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -63,7 +63,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'zulu' # See 'Supported distributions' for available options - java-version: '21' + java-version: '17' cache: 'gradle' - name: Change wrapper permissions @@ -72,9 +72,12 @@ jobs: - name: Install libncurses run: sudo apt install libncurses5 + - name: Run gradle tests + run: ./gradlew test + # Run Build Project - name: Build gradle project - run: ./gradlew build + run: ./gradlew build --stacktrace --info # Create APK Debug - name: Build apk debug project (APK) - ${{ env.main_project_module }} module