We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca58a3f commit baf35b9Copy full SHA for baf35b9
.github/workflows/github-action-build.yml
@@ -20,10 +20,7 @@ jobs:
20
21
# Define the URL for the OpenOffice installation package ${LO_VERSION}
22
LO_URL=https://download.documentfoundation.org/libreoffice/stable/${LO_VERSION}/deb/x86_64/LibreOffice_${LO_VERSION}_Linux_x86-64_deb.tar.gz
23
-
24
25
26
27
# Create the target directory
28
mkdir -p ~/tools/soffice/
29
@@ -44,7 +41,7 @@ jobs:
44
41
jthumbnailer.openoffice.office_home: /opt/libreoffice25.8/
45
42
jthumbnailer.openoffice.dir: /opt/libreoffice25.8/
46
43
47
- run: ./gradlew test -Djava.library.path=/opt/libreoffice25.8/program/
+ run: ./gradlew test --stacktrace --info -Djava.library.path=/opt/libreoffice25.8/program/
48
49
publish:
50
# needs: [ "build" ]
0 commit comments