Skip to content

Commit 74035a9

Browse files
committed
gh action fixes
1 parent 1cbfd30 commit 74035a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
strategy:
30+
fail-fast: false
3031
matrix:
3132
docker-img:
3233
- docker.io/arangodb:3.4.9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
arangodb.hosts=172.28.3.1:8529
1+
arangodb.hosts=localhost:8529
22
arangodb.connections.max=1
33
arangodb.acquireHostList=false
44
arangodb.password=test

0 commit comments

Comments
 (0)