Skip to content

Commit 6942771

Browse files
committed
Retrying
1 parent 517a061 commit 6942771

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ jobs:
2828

2929
- name: Create ArangoDB Docker container
3030
run: >
31-
docker create --name arango -p 8529:8529 -e ARANGO_ROOT_PASSWORD=passwd
31+
docker create --name arango -p 8529:8529 -e ARANGO_ROOT_PASSWORD=passwd -v "$(pwd)/tests/static/":/tests/static
3232
arangodb/arangodb:3.10.6 --server.jwt-secret-keyfile=/tests/static/keyfile
3333
34-
- name: Copy the tests folder
35-
run: docker cp tests/static arango:/tests/static
36-
3734
- name: Start ArangoDB Docker container
3835
run: docker start arango
3936

0 commit comments

Comments
 (0)