Run more verbose in CI

This commit is contained in:
Tobi Schäfer 2025-06-01 23:49:02 +02:00
parent 55aa3f4dca
commit f16bbd43fc
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- name: Build with Gradle
run: ./gradlew :build
run: ./gradlew :build --info
- name: Copy files to server
run: |