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 b7c286e commit 99d9dcbCopy full SHA for 99d9dcb
.github/workflows/test-application.yaml
@@ -56,6 +56,14 @@ jobs:
56
dependencies: highest
57
behat-suite: cli
58
59
+ services:
60
+ jackrabbit:
61
+ image: sulu/jackrabbit:2.20-tomcat-filesystem
62
+ env:
63
+ LOG_LEVEL: WARN
64
+ ports:
65
+ - 8080:8080
66
+
67
steps:
68
- name: Checkout project
69
uses: actions/checkout@v2
@@ -72,10 +80,6 @@ jobs:
72
80
dependency-versions: ${{ matrix.dependencies }}
73
81
composer-options: ${{ matrix.composer-options }}
74
82
75
- - name: Start Jackrabbit
76
- run: |
77
- tests/bin/travis_jackrabbit.sh
78
-
79
83
- name: Execute test cases
84
run: |
85
vendor/bin/phpunit
0 commit comments