test: add unraid docker test harness
This commit is contained in:
parent
d2ed667f0c
commit
f8bd8e0ef0
5 changed files with 31 additions and 5 deletions
|
|
@ -17,11 +17,7 @@ Stabile, sichere Releases durch standardisierte Tests in Docker auf dem Unraid-H
|
|||
Im Repo-Root ausführen:
|
||||
|
||||
```bash
|
||||
docker run --rm -t \
|
||||
-v "$PWD":/app \
|
||||
-w /app/backend \
|
||||
node:22-bookworm \
|
||||
bash -lc "npm ci && npm test"
|
||||
./scripts/test-in-docker.sh
|
||||
```
|
||||
|
||||
## Mindest-Testumfang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue