Skip to content

Commit 87ad1a6

Browse files
DE-1098 ci(actions): experiment with tests.yml options
1 parent d956218 commit 87ad1a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
env:
2929
ARANGO_NO_AUTH: 1
3030
ARANGO_LICENSE_KEY: ${{ secrets.ARANGO_LICENSE_KEY }}
31+
options: >-
32+
--experimental-vector-index
3133
3234
steps:
3335
- uses: actions/checkout@v4
@@ -60,7 +62,6 @@ jobs:
6062
ARANGO_NO_AUTH: 1
6163
ARANGO_LICENSE_KEY: ${{ secrets.ARANGO_LICENSE_KEY }}
6264
options: >-
63-
--command arangod
6465
--experimental-vector-index
6566
6667
steps:

0 commit comments

Comments
 (0)