Skip to content

Commit a446245

Browse files
committed
fix: ensure smoke test container cleanup on exit
1 parent 9e9c812 commit a446245

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-smoke-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
3434
- name: Verify container starts and health endpoints respond
3535
run: |
36+
trap 'docker rm -f cadt-test > /dev/null 2>&1 || true' EXIT
3637
docker run -d --name cadt-test \
3738
-e USE_SIMULATOR=true \
3839
-e BIND_ADDRESS=0.0.0.0 \

0 commit comments

Comments
 (0)