mirror of
https://github.com/doctrine/mongodb-odm.git
synced 2026-03-23 22:42:15 +01:00
| Q | A |------------- | ----------- | Type | improvement | BC Break | no | Fixed issues | [PHPORM-390](https://jira.mongodb.org/browse/PHPORM-390) - Run Atlas tests with MongoDB Atlas Local - Add integration test for Vector Search - Add integration test for Search The `configureFailPoint` command is not available in Atlas Local. I mark the tests as skipped instead of adding a group to exclude them from atlas.
8 lines
121 B
YAML
8 lines
121 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
mongodb-atlas-local:
|
|
image: mongodb/mongodb-atlas-local
|
|
ports:
|
|
- "27018:27017"
|