From 9c0ffcfd03647286933c246031d313ee0cd9ff43 Mon Sep 17 00:00:00 2001 From: Vinod Gupta Date: Mon, 22 Jan 2024 15:19:59 -0800 Subject: [PATCH] redis it --- .github/workflows/redis_mo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/redis_mo.yml b/.github/workflows/redis_mo.yml index 206f167..a298dde 100644 --- a/.github/workflows/redis_mo.yml +++ b/.github/workflows/redis_mo.yml @@ -36,7 +36,7 @@ jobs: - name: run the stub. add the SYS_PTRACE capability so that RapidFort can trace the runtime behavior run: | - docker run --rm -d -p 6379:6379 --cap-add=SYS_PTRACE --name my-rf-test redis:latest-rfstub + docker run --rm -it -p 6379:6379 --cap-add=SYS_PTRACE --name my-rf-test redis:latest-rfstub sleep 15 - name: run some tests to exercise the application.