Skip to content

Commit 89fe389

Browse files
Use jackrabbit in the ci over a service
1 parent b7c286e commit 89fe389

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test-application.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.symfony-deprecation-helper }}
1616
BEHAT_SUITE: ${{ matrix.behat-suite }}
1717

18+
services:
19+
image: sulu/jackrabbit:2.20-tomcat-filesystem
20+
env:
21+
LOG_LEVEL: WARN
22+
ports:
23+
- 8080:8080
24+
1825
strategy:
1926
fail-fast: false
2027

@@ -72,10 +79,6 @@ jobs:
7279
dependency-versions: ${{ matrix.dependencies }}
7380
composer-options: ${{ matrix.composer-options }}
7481

75-
- name: Start Jackrabbit
76-
run: |
77-
tests/bin/travis_jackrabbit.sh
78-
7982
- name: Execute test cases
8083
run: |
8184
vendor/bin/phpunit

0 commit comments

Comments
 (0)