- name: Build Docker stack run: | docker compose -f docker-compose.ci.yml up -d --build # Wait for API to become healthy timeout 60 bash -c "until curl -s http://localhost:3000/health | grep ok; do sleep 2; done"
name: Contract Tests (Dredd)
Together, they are the reason some corners of the city still have a pulse. Not because of justice. Because of attention . The worst monsters learn to fear not the Judge’s boot—but the neighbor who logs their comings and goings, their screams and silences, and sends a single file to the only man who never looks away. sammmnextdoor with dredd
You’ll see an output similar to:
if (!res.ok) throw new Error(`Auth failed: $res.status`); - name: Build Docker stack run: | docker
# SammmNextdoor API