mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-06-27 08:31:13 +00:00
[AZ-1131] Align integration test docs with run-tests.sh
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -161,10 +161,7 @@ docker-compose up --build
|
||||
./scripts/run-tests.sh
|
||||
```
|
||||
|
||||
**Run tests** (Docker Compose with tests):
|
||||
```bash
|
||||
docker-compose -f docker-compose.yml -f docker-compose.tests.yml up --build --abort-on-container-exit
|
||||
```
|
||||
See `_docs/02_document/tests/environment.md` for manual `docker-compose.tests.yml` invocation and required env vars.
|
||||
|
||||
### CI / Deploy platforms
|
||||
|
||||
@@ -281,8 +278,9 @@ From goal.md:
|
||||
- Volume mounts for tiles, ready, logs
|
||||
|
||||
**docker-compose.tests.yml:**
|
||||
- Integration tests service
|
||||
- Depends on api and db services
|
||||
- Self-contained stack: postgres, api, and integration-tests (internal network only; postgres not published to host)
|
||||
- Integration tests service depends on api and db health
|
||||
- Canonical runner: `./scripts/run-tests.sh` (Step 2 uses this file only)
|
||||
- Runs and exits after completion
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Reference in New Issue
Block a user