From 9580a74fb609bafd4949450a0d1dee9274d77362 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Tue, 12 Nov 2024 22:02:01 +0100 Subject: [PATCH] Sleep after stopping container --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ef4d99..4dfdc0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: # Stop container docker stop nominatim - docker ps --all + sleep 60 # import to bind mount is done previously docker run -i --rm \