Skip to content

Commit b7c2d05

Browse files
committed
debug jackrabbit issue
1 parent bdf1dfa commit b7c2d05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-application.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363

6464
- name: Start Jackrabbit
6565
run: |
66-
JACKRABBIT_VERSION=2.21.10 ./vendor/jackalope/jackalope-jackrabbit/bin/jackrabbit.sh
66+
wget http://archive.apache.org/dist/jackrabbit/2.21.10/jackrabbit-standalone-2.21.10.jar
67+
java -jar jackrabbit-standalone-2.21.10.jar
68+
# JACKRABBIT_VERSION=2.21.10 tests/bin/travis_jackrabbit.sh || java -jar ./vendor/jackalope/jackalope-jackrabbit/bin/jackrabbit-standalone-2.21.10.jar
6769

6870
- name: Execute test cases
6971
run: |

0 commit comments

Comments
 (0)