Skip to content

Commit

Permalink
Merge branch '3.5-dev' into 3.6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazcy committed May 12, 2023
2 parents 8909cba + a930254 commit 3b09a3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gremlin-dotnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ services:
- TEST_TRANSACTIONS=true
working_dir: /gremlin-dotnet
command: >
bash -c "dotnet test ./Gremlin.Net.sln -c Release"
bash -c "dotnet test ./Gremlin.Net.sln -c Release;
EXIT_CODE=$$?; chown -R `stat -c "%u:%g" .` .; exit $$EXIT_CODE"
depends_on:
gremlin-server-test-dotnet:
condition: service_healthy

0 comments on commit 3b09a3b

Please sign in to comment.