Skip to content

Commit 10361b6

Browse files
committed
CI: fix VST tests
1 parent d2b66b2 commit 10361b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64+
docker-img:
65+
- docker.io/arangodb/arangodb:3.11
6466
protocol:
6567
- 'VST'
6668
- 'HTTP_VPACK'
@@ -80,6 +82,8 @@ jobs:
8082
cache: maven
8183
- name: Start Database
8284
run: ./docker/start_db.sh
85+
env:
86+
DOCKER_IMAGE: ${{ matrix.docker-img }}
8387
- name: Info
8488
run: mvn -version
8589
- name: Test

0 commit comments

Comments
 (0)