Skip to content

Commit

Permalink
trace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
detherminal committed Oct 1, 2024
1 parent d9ae71a commit 9149315
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9149315

Please sign in to comment.