From cd79890d9bd8e8bc8e07f6e74c1dbcf4d6eefc49 Mon Sep 17 00:00:00 2001 From: ArtemIsmagilov Date: Sat, 6 Jul 2024 11:59:06 +0400 Subject: [PATCH] try resolver this issue https://github.com/actions/runner/issues/241 --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 189efb7..77e527d 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -47,7 +47,7 @@ jobs: pytest -sv # flush all data from cache - docker exec -it redis sh -c "redis-cli FLUSHALL" + docker exec --rm -t -it redis sh -c "redis-cli FLUSHALL" # test coverage coverage run -m pytest