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 517a061 commit 6942771Copy full SHA for 6942771
.github/workflows/build.yaml
@@ -28,12 +28,9 @@ jobs:
28
29
- name: Create ArangoDB Docker container
30
run: >
31
- docker create --name arango -p 8529:8529 -e ARANGO_ROOT_PASSWORD=passwd
+ docker create --name arango -p 8529:8529 -e ARANGO_ROOT_PASSWORD=passwd -v "$(pwd)/tests/static/":/tests/static
32
arangodb/arangodb:3.10.6 --server.jwt-secret-keyfile=/tests/static/keyfile
33
34
- - name: Copy the tests folder
35
- run: docker cp tests/static arango:/tests/static
36
-
37
- name: Start ArangoDB Docker container
38
run: docker start arango
39
0 commit comments