Skip to content

Commit

Permalink
redis it
Browse files Browse the repository at this point in the history
  • Loading branch information
codervinod committed Jan 22, 2024
1 parent a77c795 commit 9c0ffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redis_mo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9c0ffcf

Please sign in to comment.