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 4a8e18e commit 517a061Copy full SHA for 517a061
.github/workflows/build.yaml
@@ -31,11 +31,8 @@ jobs:
31
docker create --name arango -p 8529:8529 -e ARANGO_ROOT_PASSWORD=passwd
32
arangodb/arangodb:3.10.6 --server.jwt-secret-keyfile=/tests/static/keyfile
33
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
+ - name: Copy the tests folder
+ run: docker cp tests/static arango:/tests/static
39
40
- name: Start ArangoDB Docker container
41
run: docker start arango
0 commit comments