Skip to content

Commit 4a8e18e

Browse files
committed
Updating test paths
1 parent 39706f8 commit 4a8e18e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
- name: Create ArangoDB Docker container
3030
run: >
3131
docker create --name arango -p 8529:8529 -e ARANGO_ROOT_PASSWORD=passwd
32-
arangodb/arangodb:3.10.6 --server.jwt-secret-keyfile=/tmp/keyfile
32+
arangodb/arangodb:3.10.6 --server.jwt-secret-keyfile=/tests/static/keyfile
3333
3434
- name: Copy Foxx service zip into ArangoDB Docker container
35-
run: docker cp tests/static/service.zip arango:/tmp/service.zip
35+
run: docker cp tests/static/service.zip arango:/tests/static/service.zip
3636

3737
- name: Copy keyfile into ArangoDB Docker container
38-
run: docker cp tests/static/keyfile arango:/tmp/keyfile
38+
run: docker cp tests/static/keyfile arango:/tests/static/keyfile
3939

4040
- name: Start ArangoDB Docker container
4141
run: docker start arango

0 commit comments

Comments
 (0)