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 89fe389Copy full SHA for 89fe389
.github/workflows/test-application.yaml
@@ -15,6 +15,13 @@ jobs:
15
SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.symfony-deprecation-helper }}
16
BEHAT_SUITE: ${{ matrix.behat-suite }}
17
18
+ services:
19
+ image: sulu/jackrabbit:2.20-tomcat-filesystem
20
+ env:
21
+ LOG_LEVEL: WARN
22
+ ports:
23
+ - 8080:8080
24
+
25
strategy:
26
fail-fast: false
27
@@ -72,10 +79,6 @@ jobs:
72
79
dependency-versions: ${{ matrix.dependencies }}
73
80
composer-options: ${{ matrix.composer-options }}
74
81
75
- - name: Start Jackrabbit
76
- run: |
77
- tests/bin/travis_jackrabbit.sh
78
-
82
- name: Execute test cases
83
run: |
84
vendor/bin/phpunit
0 commit comments