Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Nov 29, 2023
1 parent 9ce9ef4 commit 696a1f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/ExampleGenerationCommand/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
disable: true
test: ["NONE"]
volumes:
- ../../:/var/www/html

Expand Down
2 changes: 1 addition & 1 deletion tests/ExampleGenerationController/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
disable: true
test: ["NONE"]
volumes:
- ../../:/var/www/html

Expand Down
2 changes: 1 addition & 1 deletion tests/FeatureTests/docker-compose-neo4j-5.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
disable: true
test: ["NONE"]
volumes:
- ../../:/var/www/html

Expand Down
2 changes: 1 addition & 1 deletion tests/FeatureTests/docker-compose-neo4j-5.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
disable: true
test: ["NONE"]
volumes:
- ../../:/var/www/html

Expand Down
2 changes: 1 addition & 1 deletion tests/FeatureTests/docker-compose-neo4j-5.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ember-nexus-redis
- ember-nexus-rabbitmq
healthcheck:
disable: true
test: ["NONE"]
volumes:
- ../../:/var/www/html

Expand Down

0 comments on commit 696a1f3

Please sign in to comment.