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 d36ade9 commit 84e0cf1Copy full SHA for 84e0cf1
.github/workflows/maven.yml
@@ -163,7 +163,7 @@ jobs:
163
echo "Active endpoint: $ENDPOINT"
164
JWT=$(curl "http://$ENDPOINT/_db/_system/_open/auth" -X POST -d '{"username":"root","password":"test"}' | jq ".jwt" | xargs)
165
echo "Setting JWT: $JWT"
166
- sed -i "/arangodb.password/c\arangodb.jwt=$JWT" src/test/resources/arangodb.properties
+ sed -i "/arangodb.password/c\arangodb.jwt=$JWT" driver/src/test/resources/arangodb.properties
167
- name: Info
168
run: mvn -version
169
- name: Test
0 commit comments