Skip to content

Commit 517a061

Browse files
committed
Copying the tests folder
1 parent 4a8e18e commit 517a061

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@ jobs:
3131
docker create --name arango -p 8529:8529 -e ARANGO_ROOT_PASSWORD=passwd
3232
arangodb/arangodb:3.10.6 --server.jwt-secret-keyfile=/tests/static/keyfile
3333
34-
- name: Copy Foxx service zip into ArangoDB Docker container
35-
run: docker cp tests/static/service.zip arango:/tests/static/service.zip
36-
37-
- name: Copy keyfile into ArangoDB Docker container
38-
run: docker cp tests/static/keyfile arango:/tests/static/keyfile
34+
- name: Copy the tests folder
35+
run: docker cp tests/static arango:/tests/static
3936

4037
- name: Start ArangoDB Docker container
4138
run: docker start arango

0 commit comments

Comments
 (0)