Add a way to stop docker after e2e tests if it wasn't already running.
Build and Push Next App / quality (push) Successful in 1m19s
Build and Push Next App / build-next (push) Has been cancelled

This commit is contained in:
Gabriel Brown
2026-06-21 15:50:40 -05:00
parent fba73a92ce
commit 7ae7b61da0
3 changed files with 36 additions and 3 deletions
+2 -1
View File
@@ -70,7 +70,8 @@ SKIP_E2E=1 bun run ci:check
```
`bun test:e2e` starts the isolated local stack and currently performs generic
stack smoke checks. It skips in CI and when `SKIP_E2E=1` is set.
stack smoke checks. It stops the stack afterward only when the stack was not
already running. It skips in CI and when `SKIP_E2E=1` is set.
Shared dependency versions belong in root catalogs. Edit the root catalog, run
`bun install`, then `bun lint:ws`; do not run `bun update` inside a workspace.