Skip to content

Commit baf35b9

Browse files
committed
added trace to print out error messages
1 parent ca58a3f commit baf35b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/github-action-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
2121
# Define the URL for the OpenOffice installation package ${LO_VERSION}
2222
LO_URL=https://download.documentfoundation.org/libreoffice/stable/${LO_VERSION}/deb/x86_64/LibreOffice_${LO_VERSION}_Linux_x86-64_deb.tar.gz
23-
2423
25-
26-
2724
# Create the target directory
2825
mkdir -p ~/tools/soffice/
2926
@@ -44,7 +41,7 @@ jobs:
4441
jthumbnailer.openoffice.office_home: /opt/libreoffice25.8/
4542
jthumbnailer.openoffice.dir: /opt/libreoffice25.8/
4643

47-
run: ./gradlew test -Djava.library.path=/opt/libreoffice25.8/program/
44+
run: ./gradlew test --stacktrace --info -Djava.library.path=/opt/libreoffice25.8/program/
4845

4946
publish:
5047
# needs: [ "build" ]

0 commit comments

Comments
 (0)